Overlay layer not working when loading page first time
-
Hi all,
great plugin! Many thanks !
But since a few days I am facing a strange behavior. I created a slider with an overlay layer showing some text on the right hand side. When I load the page for the first time in my browser the overlayer is not visible. When I resize to a smaller screen size and jump back the layer is shown.
In google DevTools and can recreate the behavior as well. The only change I see is that the <div class=”slider”> changed from “height: auto;” to “height: 575;” and then back to “height: auto”. First I thought about the visibility control, but this stays at 1.BUT I think I found the root cause …the overlay div itself is shown with
<div class="ms-layer circle_red msp-cn-1-2 ms-hover-active" style="style="width: 338px; height: 338px; top: 315.75px; left: 1136px; opacity: 0;"
As soon as I switch opacity from 0 to 1 its working as expected.
Is this a BUG, a Feature or a miss configuration from me?
BR
- The topic ‘Overlay layer not working when loading page first time’ is closed to new replies.