The slideshow feature
-
Hi again,
I have manage to enable the slidehow feature by this way :
in gallery.php :
replacing
data-rel="prettyphoto"
by
rel="prettyphoto[pp_gal1]"and in um-galley.min.js
replacing
jQuery("a[data-rel='prettyphoto']").prettyPhoto();
by
jQuery("a[rel^='prettyphoto']").prettyPhoto({slideshow:5000, autoplay_slideshow:true})});and replacing too
data-rel="prettyphoto"
by
rel="prettyphoto[pp_gal1]"It works, but is it a wrong way ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘The slideshow feature’ is closed to new replies.