Guest Posted May 1, 2021 Posted May 1, 2021 Site URL: https://www.thoughtdata.com/share-your-vision-1 Hi I am trying to add a gallery with pictures, but somehow it keeps adjusting itself to its own height irrespective of my image sizes, I have tried images with various heights, but not sure why there is no simple control to adjust the height please suggest what should i do
tuanphan Posted May 3, 2021 Posted May 3, 2021 On 5/2/2021 at 12:26 AM, manjunath said: Site URL: https://www.thoughtdata.com/share-your-vision-1 Hi I am trying to add a gallery with pictures, but somehow it keeps adjusting itself to its own height irrespective of my image sizes, I have tried images with various heights, but not sure why there is no simple control to adjust the height please suggest what should i do Hi. Can you disable autoplay? We can check 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!)
Guest Posted May 3, 2021 Posted May 3, 2021 I have disabled auto play and added left and right buttons, I need to reduce the height of the slideshow
tuanphan Posted May 4, 2021 Posted May 4, 2021 22 hours ago, manjunath said: I have disabled auto play and added left and right buttons, I need to reduce the height of the slideshow Add to Design > Custom CSS > Save & reload your site /* gallery height */ div#block-yui_3_17_2_1_1619883487823_290148, .sqs-gallery-design-stacked { height: 250px !important; overflow: hidden; } div#block-yui_3_17_2_1_1619883487823_290148 img { width: 100% !important; height: auto !important; left: 0 !important; top: 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!)
Guest Posted May 4, 2021 Posted May 4, 2021 41 minutes ago, tuanphan said: Add to Design > Custom CSS > Save & reload your site /* gallery height */ div#block-yui_3_17_2_1_1619883487823_290148, .sqs-gallery-design-stacked { height: 250px !important; overflow: hidden; } div#block-yui_3_17_2_1_1619883487823_290148 img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } I added it, but still it is not working, the height continues to remain same
Guest Posted May 5, 2021 Posted May 5, 2021 I added it, but still it is not working, the height continues to remain same
Recommended Posts
Archived
This topic is now archived and is closed to further replies.