Page 1 of 1

Parallax Issue

Posted: Thu Nov 30, 2023 12:41 pm
by mfirlotte
I'm trying to implement a parallax layout grid across 3 breakpoints. Each breakpoint uses a progressively smaller image. Default/970 breakpoint uses a 1200px image, 768 breakpoint uses a 800px image, and 320 breakpoint uses a 400px image.

Works great on desktop, even if resize the browser window to narrowest width. Also works great on Android Smart phone. Image displays fine and parallax works great.

But not iPhone. The parallax seems to be working but the image is very zoomed in and very blurry.

Any ideas.


Test Page at: https://bookmarks.firlottecreations.com/test.html

Demo Project at: https://bookmarks.firlottecreations.com/Test.wbs

Thanks...

Re: Parallax Issue

Posted: Thu Nov 30, 2023 1:04 pm
by Pablo
The iPhone is not very good in supporting standard parallax.
Alternatively, you can use 'universal parallax' instead.

Image

Demos:
https://www.wysiwygwebbuilder.com/support/wb18tryouts/wb18_parallax.html

https://www.wysiwygwebbuilder.com/support/wb19tryouts/wb19_mini.html

Re: Parallax Issue

Posted: Thu Nov 30, 2023 3:25 pm
by mfirlotte
Thanks Pablo.

I did see that and did try it.

Still...on the iPhone, the image is still very zoomed in and blurry. I even tried a small image for that breakpoint but it still zooms.

Thanks...

Re: Parallax Issue

Posted: Thu Nov 30, 2023 3:35 pm
by crispy68
Must be an iPhone thing if it works correctly in other phones.

Re: Parallax Issue

Posted: Thu Nov 30, 2023 4:03 pm
by mfirlotte
Agreed.

Lots of info on the web about the issue with the iPhone and parallax.

Will just turn off parallax for that breakpoint.

That works without burring or zooming into the image.

Thanks all.