The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

You are continuing to insist on the size of iframe while your template is doing the same.

original: <iframe width="500" height="375" src="https://www.youtube.com/embed/ywBZK5KjTbw?feature=oembed"...></iframe>
preview: <iframe width="640" height="360" src="https://www.youtube.com/embed/ywBZK5KjTbw" ...></iframe>

So yeah, the aspect ratio of the iframe was arbitrarily changed compared to the original site...
Marco Zordan
this case is different because the original site sets the width to 100% via CSS:

video_content__1465490 iframe {
width: 100% !important;
}
Declined by admin
Type of issue
Author added their own content
Reported
Feb 22, 2019