Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #809837

    Hi,

    Is there a way to embed youtube video without being resized? Everytime that I try to edit a post or a page with embedded youtube vide, I have to re-type or redefine the width and height because it is being automatically removed by the enfold’s advance editor. Sample embed code

    <p style=”text-align: center;”><iframe src=”https://www.youtube.com/embed/aXSYOKAqTMI?rel=0&#8243; width=”853″ height=”480″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></p>

    #809992

    Hey Simplify,’

    You can attempt a css fix:

    .page iframe {
    width: 853px !important;
    height: 480px !important;
    }

    Best regards,
    Jordan Shannon

    #810315

    hhmmm yeah that would work. Thanks

    #810367

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.