jquery prettyphoto problem -


I am using jquery prettyphoto in my project for an image gallery when I click on an image This beautiful photo takes more time to load, because it loads all the gallery images to show the thumbnails on it. I want to show thumbnails but do not like to take long time I have a thumbnail folder for the gallery which is small Size Files are I If I If you were able to load those thumbnails in the phone, it would take less time. I tried but did not find that thumbnail directory to manually change. Can somebody help me out?

Depending on the source code of the demo, it seems that you need to specify the thumbnail in the markup. Image:

  & lt; Ul class = "gallery" & gt; & Lt; Li & gt; & Lt; A title = "this description is" rel = "prettyPhoto" href = "/ wp-content / themes / nmfe / images / fullscreen / 2.jpg" & gt; & Lt; Img src = "/ wp-content / themes / nmfe / images / thumbnails / t_2.jpg" alt = "this title" width = "50" height = "50" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt;   

Link indicates full version, but & lt; Img & gt; src attribute marks on thumbnails.

Comments