Skip to content

Instantly share code, notes, and snippets.

@LucasCalazans
Created December 15, 2022 20:43
Show Gist options
  • Save LucasCalazans/f74a219e8627457f0257960a6d9e50ad to your computer and use it in GitHub Desktop.
Save LucasCalazans/f74a219e8627457f0257960a6d9e50ad to your computer and use it in GitHub Desktop.
Unslick - Remove carrosel from a specific breakpoint
<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