Gallery images don't seem to be loading in correct order
Hello,
I am trying to get the gallery to work on my site, but I am finding that the images don't load in the right order. I have it set to only load 3 images (numImagesToPreload: 3), but it seems like many images load before the first one. This gives the impression that it is loading slowly because the thumbnails come in one by one, and only at the end does the first main image load.
Is there a way to tell the gallery to load the first image first?
Thank you,
Rod
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 03 Oct, 2012 10:53 AM
Hello,
Please make sure that you add images using A tag, not img. As it's impossible to stop http request from img tag. http://dimsemenov.com/plugins/royal-slider/documentation/#images
Dmitry
2 Posted by rod on 04 Oct, 2012 01:53 PM
Works perfect, thanks!