Skip to content

Commit 104563f

Browse files
authored
Fix nav not working in mobile
In mobile thumbs don't disappear and dots are not present. In Luma theme the var name is "nav" instead of "navigation" and it works as expected.
1 parent 0cb8b17 commit 104563f

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/Magento/blank/etc

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/etc/view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
</var>
228228
<var name="options">
229229
<var name="options">
230-
<var name="navigation">dots</var>
230+
<var name="nav">dots</var>
231231
</var>
232232
</var>
233233
</var>

0 commit comments

Comments
 (0)