Plugins // SmoothSlides
SmoothSlides is a a lightweight, interactive, fullscreen slideshow plugin. Its collapsable thumbnail viewer allows for easy, unobstructive navigation.
Installation Instructions:
- SmoothSlides uses navigation icons by Font Awesome. Before you install SmoothSlides, you'll need to install FontAwesome. Refer to their getting started page for detailed instructions on how to use FontAwesome on your website.
- Download and extract the SmoothSlides zip folder. Copy the entire folder into your website directory.
- Include the following lines of code within the <head> tag of your website:
- Refer to "smoothslides.html" and replace all image names (e.g. <img src = "image-1.jpg">) with your own paths. Then copy and paste the entirety of the file into your website.
<link rel="stylesheet" type="text/css" href="smoothslides/slideshow-style.css">
<script src="smoothslides/slideshow-script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- Include the above line only if you have not previously installed JQuery on your website. -->
<script src="smoothslides/slideshow-script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- Include the above line only if you have not previously installed JQuery on your website. -->