First you have to download jquery plugin and jquery roundabout plugin
aspx <div class="gallery" >
<ul>
<li><img src="jew1.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
<li><img src="jew2.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
<li><img src="k1.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
<li><img src="kid1.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
<li><img src="lap1.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
<li><img src="n1.jpg" alt="Test Image 1" width="320px" height="320px" /> </li>
</ul>
</div>
.js file$(document).ready(function() {
$("ul").roundabout({
shape: 'waterWheel'
});
});
or
$(document).ready(function() {
$('ul').roundabout({
shape: 'lazySusan'
});
});