cincolaters Posted November 20, 2019 Share Posted November 20, 2019 Hi everyone Hopefully this is a simple thing to fix. I'm trying to make the thumbnails on my events page smaller. Right now, they are at 1:1 (which works for the image dimensions), but they're way too big and also causing the images to blow out. Anyone know how to resize these, like we can in a gallery? Thanks SITE: https://www.saraleonlaw.com/news-events Link to comment
siweisong Posted January 31, 2020 Share Posted January 31, 2020 I would like to learn about this as well. I'm trying to use facebook event cover photos as thumbnails but they don't have the same aspect ratios causing the thumbnails to be cropped off which is really annoying... Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 On 11/20/2019 at 11:35 PM, cincolaters said: Hi everyone Hopefully this is a simple thing to fix. I'm trying to make the thumbnails on my events page smaller. Right now, they are at 1:1 (which works for the image dimensions), but they're way too big and also causing the images to blow out. Anyone know how to resize these, like we can in a gallery? Thanks SITE: https://www.saraleonlaw.com/news-events Have you solved yet? 6 hours ago, siweisong said: I would like to learn about this as well. I'm trying to use facebook event cover photos as thumbnails but they don't have the same aspect ratios causing the thumbnails to be cropped off which is really annoying... If you share link, we can take a look 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
siweisong Posted January 31, 2020 Share Posted January 31, 2020 8 hours ago, tuanphan said: Have you solved yet? If you share link, we can take a look https://www.fortsferryfarm.com/events password is farmlife Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 10 hours ago, siweisong said: https://www.fortsferryfarm.com/events password is farmlife Add to Home > Design > Custom CSS img.eventlist-thumbnail.loaded { width: 100% !important; height: auto !important; left: 0 !important; } siweisong 1 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
siweisong Posted February 1, 2020 Share Posted February 1, 2020 13 minutes ago, tuanphan said: Add to Home > Design > Custom CSS img.eventlist-thumbnail.loaded { width: 100% !important; height: auto !important; left: 0 !important; } Awesome, thank you so much! Link to comment
siweisong Posted March 11, 2020 Share Posted March 11, 2020 On 1/31/2020 at 11:03 PM, tuanphan said: Add to Home > Design > Custom CSS img.eventlist-thumbnail.loaded { width: 100% !important; height: auto !important; left: 0 !important; } Actually I just realized something, that there's a grey space at the bottom of the thumbnails because the images are basically shrunk to fit the width of the box. So I would love to make that box wider to fit the height of the thumbnail as well as the width, so basically make the whole left column wider. It's fine if the width of the except gets narrower. Link to comment
Gfmgrp Posted October 15, 2020 Share Posted October 15, 2020 hw do you add thumbnail to events on mobile Link to comment
barrysutton Posted April 30, 2021 Share Posted April 30, 2021 On 1/31/2020 at 11:03 PM, tuanphan said: Add to Home > Design > Custom CSS img.eventlist-thumbnail.loaded { width: 100% !important; height: auto !important; left: 0 !important; } Hey Tuan, this code isn't resizing the images on my events page. Any idea why?http://narrativehealing.com/events-2 Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 4/30/2021 at 7:32 PM, barrysutton said: Hey Tuan, this code isn't resizing the images on my events page. Any idea why?http://narrativehealing.com/events-2 Add to Design > Custom CSS /* resize events */ article.eventlist-event img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !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
barrysutton Posted May 4, 2021 Share Posted May 4, 2021 On 5/3/2021 at 4:08 AM, tuanphan said: Add to Design > Custom CSS /* resize events */ article.eventlist-event img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } Hi Tuan, This reduces the image size, but the grey bounding box still remains. I have made the change to the page if you can check it out. Thanks so much. -Barry Link to comment
tuanphan Posted May 5, 2021 Share Posted May 5, 2021 6 hours ago, barrysutton said: Hi Tuan, This reduces the image size, but the grey bounding box still remains. I have made the change to the page if you can check it out. Thanks so much. -Barry Add to Events 2 Page Header <style> .tweak-events-stacked-thumbnail-size-11-square .eventlist-column-thumbnail { width: 15%; padding-bottom: 5%; } .eventlist-column-info { width: 85%; } </style> 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
barrysutton Posted May 5, 2021 Share Posted May 5, 2021 Wow almost there, I was able to tweak this to work, but the Event Date box is still sitting off the the right - how can I pull this back to the top right corner of the thumbnail container? -Barry Link to comment
barrysutton Posted May 8, 2021 Share Posted May 8, 2021 On 5/5/2021 at 8:03 AM, barrysutton said: Wow almost there, I was able to tweak this to work, but the Event Date box is still sitting off the the right - how can I pull this back to the top right corner of the thumbnail container? -Barry Hi Tuan, did you happen to see this note? Still having an issue explained above. Thank you very much! Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 10 hours ago, barrysutton said: Hi Tuan, did you happen to see this note? Still having an issue explained above. Thank you very much! Add this CSS .eventlist-datetag { right: unset; } 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
Davidson Posted January 17, 2023 Share Posted January 17, 2023 I also need some help with this, none of the options above seem to be working for me www.theshootingchannel.co.uk thanks in advance Link to comment
tuanphan Posted January 19, 2023 Share Posted January 19, 2023 On 1/17/2023 at 11:43 PM, Davidson said: I also need some help with this, none of the options above seem to be working for me www.theshootingchannel.co.uk thanks in advance You mean events on this page? and do it on mobile, desktop or all devices? https://www.theshootingchannel.co.uk/events-unlinked 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
katarina88 Posted January 20, 2023 Share Posted January 20, 2023 Hi @tuanphan, I would like to have the columns divided 50/50 wile keeping the img height the same, while either filling the container with image 100% or aligning the object to right and having the empty space of the column on the right (align: right). When I paste this code in Custom CSS .tweak-events-stacked-thumbnail-size-43-four-thirds .eventlist-column-thumbnail { width: 65% !important;} .event-list-column-info { width: 35% !important; } /* resize events */ article.eventlist-event img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } I get it to work BUT only on the page I see when logged in. It doesn't show on the live site and the code doesn't work in Page Header. I have no idea how can that be, do you maybe? Thanks in advance! Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 On 1/21/2023 at 3:20 AM, katarina88 said: Hi @tuanphan, I would like to have the columns divided 50/50 wile keeping the img height the same, while either filling the container with image 100% or aligning the object to right and having the empty space of the column on the right (align: right). When I paste this code in Custom CSS .tweak-events-stacked-thumbnail-size-43-four-thirds .eventlist-column-thumbnail { width: 65% !important;} .event-list-column-info { width: 35% !important; } /* resize events */ article.eventlist-event img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } I get it to work BUT only on the page I see when logged in. It doesn't show on the live site and the code doesn't work in Page Header. I have no idea how can that be, do you maybe? Thanks in advance! Hi, What is site url? 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