After upgrade to 7.x-3.6 all rendered youtube media files are 480px wide (which is default). But video file type configured to show 100% iframe.

Problem solved after roll-back to 3.5#comment-12486674#comment-12486674

Comments

rozh created an issue. See original summary.

joseph.olstad’s picture

Priority: Normal » Major
Status: Active » Needs review

Lets figure out how to fix this in the dev branch so that we can tag a new release ASAP

need a patch

ericmulder1980’s picture

Ok, so it has to bee somewhere in the after release 3.5, which was in august 2017. That only leaves 3 commits:

https://cgit.drupalcode.org/media_youtube/commit/?id=d9a6fd1
https://cgit.drupalcode.org/media_youtube/commit/?id=73ab1cd
https://cgit.drupalcode.org/media_youtube/commit/?id=796181c

My guess is that the problem is caused by the 2nd commit (73ab1cd) which adds metadata from the YouTube file and adds it to the file. Then it gives a higher priority to the metadata which in my eyes is false. When there is an override setting from the file display setting it should always use that.

joseph.olstad’s picture

Issue summary: View changes
Status: Needs review » Fixed

I reverted the commit that caused this regression.
see release 7.x-3.7

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.