How to create popup image slider?

后端 未结 2 1361
一整个雨季
一整个雨季 2021-01-29 13:46

Since I am new to javascript, I cannot figure out how to make popup image slider. Images should not be displayed on original html page, only in a popup window. Could someone out

2条回答
  •  再見小時候
    2021-01-29 14:43

    I will suggest you use the Bootstrap Framework.

    Basically, you need two things: one popup box and a carousel in it.

    for the popup:

    http://getbootstrap.com/javascript/#modals

    for the carousel inside it:

    http://getbootstrap.com/javascript/#carousel

    It's the easiest and most scalable method. Hope it helps you.

提交回复
热议问题