Parallax is stretching background and not honoring repeat setting on Tablet
-
Topic
-
Hi Jason,
If Parallax is set, and you have a repeating background image, the image stretches instead of repeats on Tablet:
http://jumpstart.askwpgirl.com/test-parallax-dots-background/
Make screen smaller to see dots get bigger.
Here is CSS from the parent that is doing this:
.tablet-on .tb-parallax:not(.texture), .mobile-on .tb-parallax:not(.texture) { background-position: center top !important; background-size: cover !important; }
If the background is not set to Parallax, then the background repeats fine. So, ideally, the dots should continue to repeat and never stretch.
🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.