I try to display a list of images through Drupal Views Slideshow, using Galleria plugin, all works well,
how to set specific start image from my list?
I found this option
Galleria.configure({
show: 4 //This option accept only integer as value,
});
I want pass image url to display it first Any suggestion for api function to use?