vh and vw on mobile browser issue
-
Hi
Firstly fantastic plugin. I have noticed that 100vh and 100vw for the .bbpreloading style is not compatible on mobile browsers and results in a background that does not fill the entire viewport.
I have been able to easily rectify this by overriding the class in ny stylesheet with the below but thought I should let you know, in case this is something you wish to address.
.bbpreloading {
height: 100% !important;
width: 100% !important;
}Please do let me know if there is a reason that I should not use the above modification. 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘vh and vw on mobile browser issue’ is closed to new replies.