Closed (fixed)
Project:
Media: YouTube
Version:
7.x-3.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2017 at 14:02 UTC
Updated:
3 Mar 2018 at 10:04 UTC
Jump to comment: Most recent
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
Comment #2
joseph.olstadLets figure out how to fix this in the dev branch so that we can tag a new release ASAP
need a patch
Comment #3
ericmulder1980 commentedOk, 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.Comment #4
joseph.olstad#2921208: Populate metadata coming from MediaInternetYouTubeHandler::oEmbed()
Comment #5
joseph.olstadI reverted the commit that caused this regression.
see release 7.x-3.7