Great work on slideshow2 extension! I had no problems getting it up and running.
I would like to place the thumbnails vertically next to the image as is displayed on this slideshow2 example page: http://www.electricprism.com/aeron/s.../example5.html . From the page header I see that they use the following CSS code to make this work:
.slideshow-thumbnails {
height: 300px;
left: auto;
right: -80px;
top: 0;
width: 70px;
}
.slideshow-thumbnails ul {
height: 500px;
width: 70px;
}
I understand that to change the styling of the slideshow in Contao, I would need to create a new template based on slideshow2_css_standard.tpl file and then modify it. How could I implement the above CSS in the template to make the thumbnails appear vertically?
Thanks!
Bookmarks