Preview
Issue #1
- 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
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...