Get Started

Download the "fullView.js" and Include the files into your HTML, and you are ready to go!

<link rel="stylesheet" type="text/css" href="fullview.css" />
<!-- Javascript Files -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="fullview.js"></script>

Read Out the Documentation - for more ways to initialize the plugin

Usage

fullView.js is Easy and Fast to work with, Use the following Code Structure

<div id="fullview"> 
   <div class="section">Section 1</div>
   <div class="section">Section 2</div>
   <div class="section">Section 3</div>
</div>
$("#fullview").fullView({
dots: true,
dotsPosition: 'right',
easing: 'swing',
}
);