Fixed it with
.bwg_standart_thumb_img_2{
width:100%;
height:auto;
object-fit: cover;
}
.bwg_standart_thumb_img_3{
width:100%;
height:auto;
object-fit: cover;
}
.bwg_standart_thumb_img_4{
width:100%;
height:auto;
object-fit: cover;
}
etc… for each new tab I needed to add another class with higher number at the end
-
This reply was modified 6 years, 3 months ago by stipep.