I have a website mainly for read comic book online. So when upload content to web page, most of them are images. My content will be something like this.
<p>
<img src="img1">
<h1>Some text</h1>
<img src="img2">
<img src="img3">
</p>
I want when user click img1 it will show full screen. Click next button will show img2 and so on. is there any photo library for this job.