I am working on a website project and I'm looking for a way to create a gallery with a group of photos. The challenge is that I am using Spring MVC, which means regular js and jquery plugins may not work with my 'img src..' tags. Are there any specific plugins or libraries that are compatible with this setup? If not, I would appreciate any suggestions or alternative solutions. Here is the html code for reference:
<div id="img-slider">
<img class="slider-img" src="/LBProperties/img/bisc.jpg"/>
<img class="slider-img" src="/LBProperties/img/bisc1.jpg"/>
</div>
Any help would be greatly appreciated! Thank you!