Comments LetsCook89 started the conversationSeptember 9, 2020 at 10:08amHey guys,i do have a problem with the responsiveness of my YouTube videos. For some reason on mobile it is shown as 9:16 instead of the normal 16:9 format that is the default for web. Where can i change this to make it 16:9 (like a normal embedded YouTube video)? Thanks for your help,Julian 2,700PenciDesign repliedSeptember 9, 2020 at 2:54pmHi, Please try add more this code to Customize > Custom CSS to fixed this issue: .wp-block-embed-youtube .wp-block-embed__wrapper { padding-bottom: 56.25%; position: relative; } .wp-block-embed-youtube .wp-block-embed__wrapper iframe { position: absolute; left: 0; right: 0; bottom: 0; top: 0; } Best Regards, PenciDesignLetsCook89 repliedSeptember 10, 2020 at 9:24amThanks for your answer.i copy/pasted the code to Customizer -> Custom CSS and published it. The problem is still there though, see attachment 2,700PenciDesign repliedSeptember 10, 2020 at 12:17pmHi,Hmm, ok please try replace the code I sent to this code: .wp-block-embed-youtube .wp-block-embed__wrapper { padding-bottom: 56.25%; position: relative; } .wp-block-embed-youtube .wp-block-embed__wrapper iframe { position: absolute; left: 0; right: 0; bottom: 0; top: 0; width: 100%; height: 100%; } And check it again.Best Regards,PenciDesignLetsCook89 repliedSeptember 11, 2020 at 8:25amThanks you, this has fixed the problemFatHummus repliedAugust 9, 2021 at 7:14amSame issue here.I see that this is helping (different padding for mobile ad desktop?) .wp-block-embed-youtube .wp-block-embed__wrapper { padding-bottom: 56.25%; position: relative; } But, perhaps the issue is different for me. the preview is not 16:9. only after play it's change to 16:9 2,700PenciDesign repliedAugust 9, 2021 at 10:56amHi @FatHummus,Please create a new ticket and give me more detail about this and we will check it to help you. Please don't put a reply to the tickets of other people because they will get a notification email from your reply.Best Regards,PenciDesign1 Like Sign in to reply ...
Hey guys,
i do have a problem with the responsiveness of my YouTube videos.
For some reason on mobile it is shown as 9:16 instead of the normal 16:9 format that is the default for web.
Where can i change this to make it 16:9 (like a normal embedded YouTube video)?
Thanks for your help,
Julian
Hi,
Please try add more this code to Customize > Custom CSS to fixed this issue:
Best Regards,
PenciDesign
Thanks for your answer.
i copy/pasted the code to Customizer -> Custom CSS and published it.
The problem is still there though, see attachment
Hi,
Hmm, ok please try replace the code I sent to this code:
And check it again.
Best Regards,
PenciDesign
Thanks you, this has fixed the problem
Same issue here.
I see that this is helping (different padding for mobile ad desktop?)
But, perhaps the issue is different for me. the preview is not 16:9.
only after play it's change to 16:9
Hi @FatHummus,
Please create a new ticket and give me more detail about this and we will check it to help you. Please don't put a reply to the tickets of other people because they will get a notification email from your reply.
Best Regards,
PenciDesign