Created
December 15, 2022 20:43
-
-
Save LucasCalazans/f74a219e8627457f0257960a6d9e50ad to your computer and use it in GitHub Desktop.
Unslick - Remove carrosel from a specific breakpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/x-magento-init"> | |
{ | |
".product-slider": { | |
"slider": { | |
"slickOptions": { | |
"responsive": [{ | |
"breakpoint": 1024, | |
"settings": "unslick" | |
}] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment