Last active
November 1, 2021 11:25
-
-
Save diviengine/b62e2bb27096b31f362629e275ab518b to your computer and use it in GitHub Desktop.
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> | |
| jQuery( document ).ready(function() { | |
| jQuery('.divi-filter-archive-loop .grid-posts').slick({ | |
| infinite: true, | |
| slidesToShow: 3, | |
| slidesToScroll: 3 | |
| }); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment