ksylvest / jquery-lighter

A jQuery plugin for zoomable images.
http://ksylvest.github.com/jquery-lighter/
MIT License
53 stars 24 forks source link

Issue with using Chrome on Android Tablet #7

Closed coldes closed 9 years ago

coldes commented 9 years ago

Hello - just an observation - testing a website with lighter in Chrome Browser [40.0.2214.109] on an Asus Memo Pad 7 [Android 4.4.2] - a weird woble/moving effect with image on page scroll, ie image not "fixed" to page.

Testing using the default Android web browser all is OK

All other devices [ios safari/chrome], plus desktops/laptop and the usual array of browsers all OK

If you have the opportunity to check this out, would be interested in any thoughts/ideas that may resolve this

Could just be the version of Chrome?

regards, Col

coldes commented 9 years ago

...created a fix - added this to my css .lightbox a img { position: relative; }