Responsive slideshow visualization

Martooti

Member
I am trying to make a slideshow visualization responsive.
I managed to make the images responsive and keep the ratio with css:

Code:
.slideshow-images img{
max-width:100%;
width:auto!important;
height:auto!important;
}

but the problem is still with the height of .slideshow-images div.
Normally it gives 300px, when I try to make it auto, it disappears.
Any suggestions?
 
Code:
.fabrik_visualization .slideshow {width:100%}
.fabrik_visualization .slideshow-images  {
width:100%!important;
 
}
.fabrik_visualization .slideshow-images img {
width:100%!important;
max-width:400px!important;
height:auto!important;
left:0!important
}
is doing on my site
 
  • Like
Reactions: rob
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top