Hello,
i’m using TagDiv Slide Gallery on one website (images set to full size) and I cant find a way to show bigger pictures.
The purpose of the images is to show the content right away. I know, if the visitor will click it will open bigger pictures, but this requires additional interaction and the page is not looking good at all with the small slider.
here is what it looks like:
https://ibb.co/Wyv9fcy
Is there any way to make the gallery with bigger images.
Hello and thank for your reply,
I understand that full size is not an option, but can I increase the size though, slightly bigger images will be just fine?
Regards
Hello!
Please note that this kind of gallery can not be customized with the TagDiv Composer.
We recommend to upload the photos in Media in full size.
Check this guide: https://forum.tagdiv.com/gallery-2/ and this topic: https://forum.tagdiv.com/topic/tagdiv-slide-gallery-unable-to-have-full-size-pic/
Thank you!
I followed the guide but I see that max image hight is 420px, regardless of the width.
Hi,
What I can recommend is a custom css, maybe something like this (the code can be further adjusted) -> https://i.imgur.com/H2fZ0c3.jpg
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img {
max-width: 1920px!important;
width: 100%!important;
}
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img{
max-height: 1920px!important;
}
.td-slide-on-2-columns .td-doubleSlider-1, .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{
height: 640px!important;
}
You need to set this code in the theme panel > custom code> custom css.
I hope this will help you!