0

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.

Vuong Tran
  • 466
  • 1
  • 4
  • 12

2 Answers2

0

Yes, Of course. Very fewer people are familiar with this awesome javascript gallery library. I hope you know basic javascript. Read their docs and you will master that just in few minutes. Here is their link below. For better understanding try to understand their codes in Codepen.
Click here to go their official page

Sachin
  • 70
  • 11
0

If you check out this Stack Overflow link, there are several examples of photo galleries that you can build upon.

You can click JSFiddle Photo Gallery to see the code and run the example.

You can also look at the other examples on the Stack Overflow link. This code is free to use and modify.

Highdown
  • 646
  • 1
  • 11
  • 23