Topic: Gigabyte'site slideshow works in Safari. How can I do it?? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
posted 05-11-2011 01:31
Greetings: |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 05-11-2011 08:07
You can sniff for User Agent and serve them a different page, which I think most big sites do nowadays. I don't have an iPad, so I'm not sure how they do it, but I think it should be relatively easy to switch images with javascript. |
Paranoid (IV) Inmate From: Florida |
posted 05-11-2011 16:21
Yup, clearly they're sniffing around, and using the Nivo Slider. |
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
posted 05-19-2011 00:35
Thank you guys, I'll check the Java option. |
Paranoid (IV) Inmate From: Florida |
posted 05-19-2011 15:39
JavaScript. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-10-2015 07:19
The fade transitions should be the only hard part, but I think most browsers nowadays support scripts and CSS for blending layers. If you can't do it like that, you can probably use something like ImageMagik to generate transition images serverside, which you can change in stages. |