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″ width=”853″ height=”480″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></p>
Hey Simplify,’
You can attempt a css fix:
.page iframe {
width: 853px !important;
height: 480px !important;
}
Best regards,
Jordan Shannon
hhmmm yeah that would work. Thanks