简体   繁体   中英

Nivoslider doesn't load on iPad

We're using NivoSlider on our website (www.senia.ro) and it doesn't load on iPad. It works on Firefox, IE, Chrome, Safari on iPhone but it stacks images and <'li> on top of each other on iPad. I have tried to set width and height values but it still doesn't load. Is it a compatibility issue?

I just ran into the same issue, this thread helped me out:
https://github.com/gilbitron/Nivo-Lightbox/issues/3

It looks like iOS doesn't like the transitions Nivo Lightbox was using. Try either updating your lightbox source files (it says the issue is fixed now in v1.1, or go into your nivo-lightbox.css file and comment out line 206:

/*-webkit-transition: all 0.2s ease-in-out;*/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM