In my homepage I want to set a slideshow like a preview of the inside galleries, showing the first image of each gallery.
I tryied with MaxiGallery v2, with the parameters:
[!MaxiGallery? &display=`embedded` &embedtype=`smoothgallery`
&max_pic_size=`490x300` &gal_query_ids=`all` &pic_query_ids=`1`
&smoothgallery_embedLinks=`false` &smoothgallery_showArrows=`false`
&smoothgallery_showCarousel=`false` &smoothgallery_showInfopane=`false`
&smoothgallery_timed=`true` &smoothgallery_width=`490` &smoothgallery_height=`300`
&smoothgallery_delay=`3000` &smoothgallery_fadeDuration=`600`!]
I thought that
&gal_query_ids=`all` had to go through all the galleries, and
&pic_query_ids=`1` should choose only the first images.
But this doesn’t work as expected, as it shows all the images of all the galleries.
What’s wrong?
As an alternative, how to show one random image from each gallery?
Thank you