DSImagery Posted January 27, 2023 Share Posted January 27, 2023 Hi, I have created a members area on a site i'm building for a client. Part of the members area has a video collection which works grate and is exactly what the client wanted, apart from her videos are already hosed on Vimeo and to has too many to move to Square Space. The problem as you can hopefully see from the image is that Vimeo has a 16:9 ratio and the collections page is using (I think) 4:3 which cuts of the edges of the video. Does anyone know how to or have code that will force the images of the videos on the collections page to display in 16:9? Cheers Dan Link to comment
tuanphan Posted January 28, 2023 Share Posted January 28, 2023 Hi, Can you share link to this page? We can help easier 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
DSImagery Posted January 29, 2023 Author Share Posted January 29, 2023 Hi @tuanphan, the link is https://trumpet-cone-hm97.squarespace.com/keep-mums-fit-ondemand-videos for the top level catalog page but the images are displaying the same on the category pages too. Any help appreciated, just need it to display the video image in the correct aspect ratio. Cheers Dan Link to comment
Solution tuanphan Posted February 2, 2023 Solution Share Posted February 2, 2023 On 1/30/2023 at 1:56 AM, DSImagery said: Hi @tuanphan, the link is https://trumpet-cone-hm97.squarespace.com/keep-mums-fit-ondemand-videos for the top level catalog page but the images are displaying the same on the category pages too. Any help appreciated, just need it to display the video image in the correct aspect ratio. Cheers Dan Add this to Design > Custom CSS /* show image fullsize */ .lessons.collection-content-wrapper .grid-item .grid-item-image { object-fit: contain !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
DSImagery Posted February 7, 2023 Author Share Posted February 7, 2023 @tuanphan, thank you so much for your help, very much appreciated. Link to comment
DaveWarren Posted February 29 Share Posted February 29 Hi - did this work? I am having the same problem. For some reason in the 'video' page template sqaurespace has made the video aspect ration 3x2. No idea why as that isn't a standard video aspect ratio. All my videos are 16x9 and if I use this all the edges will be cropped and the video wont display correctly. Does anyone know of a fix or a code to make the template video 16x9? And if so where do I enter the code? Thank you for your help. Dave Link to comment
DaveWarren Posted February 29 Share Posted February 29 this is the page in question. https://octopus-salmon-ra3s.squarespace.com/config/pages Link to comment
tuanphan Posted March 2 Share Posted March 2 On 2/29/2024 at 4:46 PM, DaveWarren said: this is the page in question. https://octopus-salmon-ra3s.squarespace.com/config/pages https://octopus-salmon-ra3s.squarespace.com/?noredirect What is password? 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
tuanphan Posted March 5 Share Posted March 5 On 3/2/2024 at 7:45 PM, DaveWarren said: I messaged you the password. Thanks You can use this CSS code (Website > Website Tools > Custom CSS) .grid-image-wrapper { padding-bottom: 56.25% !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
mrb317 Posted June 7 Share Posted June 7 Are there any updates to this? I can seem to find how to adjust this CSS. Link to comment
tuanphan Posted June 10 Share Posted June 10 On 6/8/2024 at 2:50 AM, mrb317 said: Are there any updates to this? I can seem to find how to adjust this CSS. If you share link to page where you have problem, we can check again easier. 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