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
Asked
Active
Viewed 1.1k times
1 Answers
26
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.

VIPIN A ROY
- 1,761
- 5
- 28
- 41
-
Amazing response. I was actually in big trouble which is solved. Thank u – Akhaya Satapathy Sep 27 '16 at 08:09
-
1Is there any need to compile theme after doing this changes? – Sagar Kodte Jan 30 '18 at 12:04
-
1After doing this.. thumbnail navigation that is thumbnail arrows not working. I checked in html there is disabled class is applied for this both top and bottom arrows. Any solution? – Sagar Kodte Mar 20 '18 at 09:15
-
Bootstrap can break Fotorama, may need to add ".gallery-placeholder{width: 100%;}" to your css – Memonic Jun 13 '19 at 17:06
-
If that file doesn't exist, then it needs to be created, and have the correct XML tags in. It should look like this: `
vertical