Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created December 30, 2022 20:32
Show Gist options
  • Save Nav-Appaiya/5725835eb328f2aa20a31fffb9c6512b to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/5725835eb328f2aa20a31fffb9c6512b to your computer and use it in GitHub Desktop.
Load the slick.js library over CDN (scripts in the footer, styles in the header)
<!--------------------CSS------------------------------------------------------------------------------------------>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css">
<!---------------------------------------------------------------------------------------------------------------- >
<!--------------------jQuery----------------------------------------------------------->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!------------------------------------------------------------------------------------->
<!-------------------JS---------------------------------------------------------------->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<!------------------------------------------------------------------------------------->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment