How to set fotorama thumbnail as vertical

Akhaya Satapathy picture Akhaya Satapathy · Sep 26, 2016 · Viewed 7.9k times · Source

I am using magento 2 porto theme. In product details page i need to set the thumbnail of fotorama slider to left as vertical. Is it possible?? Please help

Answer

VIPIN A ROY picture VIPIN A ROY · Sep 27, 2016

Go to the the file app/design/frontend/Vendor/Theme/etc/view.xml

We can see a variable navdir.

This variable has ability to change the thumbnails alignment in Fotorama.

By default it is set as:

<var name="navdir"> horizontal</var>

Change the code like this:

<var name="navdir"> vertical</var>

to make the thumbnails as vertical.