dauersuchti
Posts: 1
Joined: Mon Mar 27, 2017 5:52 pm

Influence Picture-Sequence

Hey, I'm using a mixture of highslide js and a css flexbox galery. As I do have a mixture of landscape and portrait pictures I use a column based picture presentation (3 columns each approx the same amount of pictures). This causes the highslide js to show me the pictures in the sequence 1, 4, 7, 10, 2, 5, 8 ... where as I need it to show 1, 2, 3, ...

Is there any way to influence the picture sequence in/of highslide? I can not change the sequence in the html code, which highslide currently uses for determing the picture sequence.
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Influence Picture-Sequence

There's certainly no easy, documented way to do that. The sequence of images in the gallery depends entirely upon the sequence in which the images occur in the HTML.

RoadRash took a shot at this some years ago, but the only workable solution, it appears, involved using absolutely-positioned thumbnails, and it sounds as if that's not an option for you. https://forum.highcharts.com/highslide- ... ow-t19022/

Return to “Highslide JS Usage”