Issue with multiple sliders with different heights
-
Hi,
I have a website that contains multiple Rolo Sliders, with different heights.
On homepage I have a 500px height slider and on other pages a 200px height slider.
In Chrome (mostly) there’s an issue with multiple heights, it sometimes cuts off the 500px height slider.
When I inspect the source I notice both heights:
.rolo_wrapper4.rolo_wrapper:not(.images) { height: 200px; } .rolo_wrapper4.rolo_wrapper:not(.images) { <del>height: 500px</del>; }
(the 500px height slider is commented out)
When I refresh the page, the 200px height is gone. So that’s good.
So is this a cache issue?
Guido
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Issue with multiple sliders with different heights’ is closed to new replies.