Jump to content

AndréPortuga

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by AndréPortuga

  1. I actually solved as this way. .internal-text iFrame { display: block; max-width: 100%; height: auto; } where .internal-text is the class that I have in my div <div class="internal-text"> <?php $image = $page->cover_image; echo "<img src='$image->url' style='width: 100%;'>" ?> <br> <?php echo $page->body; ?> Thank you so much
  2. I actually did. But that makes all my videos be with that same width and height. That's not what I want. Using the module: Using Iframe:
  3. Is there a way of changing the width and height with http://modules.processwire.com/modules/textformatter-video-embed/ ? Thanks
  4. it has to be in a <p> tag. Now it worked, thank you
  5. Does anyone knows if there is a way of selecting a iframe inside a textfield(using ckEditor)? I mean I have a Iframe with this code: <iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" scrolling="no" src="https://www.youtube.com/embed/PMaFJjZDrYM" width="100%"></iframe></p> but it's not getting responsive in iPhones.. So anyone know how can I select it via code for making it responsive? Thank you,
  6. Hi. I'm new with processwire. How can I use embed using CKEditor? Is there a way? I don't know why using the youtube/vimeo module didn't work.
  7. I Just created a field using file type. In supported extensions I putted mp4 and mp3, and it worked well. Thank you, btw...
  8. ProcessWire 3.0.123 © 2020; Is there another way of having a mp3 field?
  9. Its not working on my machine. Whenever I refresh the modules page it shows me a error.
×
×
  • Create New...