mul Posted January 20, 2023 Share Posted January 20, 2023 Hi all, I am struggling to have my facebook embedded videos resize automatically with the size of the screen, so they look good in full desktop mode but end up overlapping each other any time the screen size changes. Would really love to find a way to have the size adjust automatically. Does anyone here know how to do that? I think it has to be a code solution as the size of the video is part of the embedding code. But when I change the size in the mobile version it applies automatically to the desktop version as well, what code can I add to avoid that? Please help Link to comment
mul Posted January 20, 2023 Author Share Posted January 20, 2023 1 minute ago, mul said: Hi all, I am struggling to have my facebook embedded videos resize automatically with the size of the screen, so they look good in full desktop mode but end up overlapping each other any time the screen size changes. Would really love to find a way to have the size adjust automatically. Does anyone here know how to do that? I think it has to be a code solution as the size of the video is part of the embedding code. But when I change the size in the mobile version it applies automatically to the desktop version as well, what code can I add to avoid that? Please help website name: www.yesitsmulan.com Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 Try adding to Design > Custom CSS iframe[src*="youtube"] { width: 100% !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment