Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Simple Modal View

SimpleModalView is extremely lightweight and responsive script that let you display images and video in modal window

Features

SimpleModaleView let you:

  • display any image in modal window
  • create images gallery with thumbnails
  • use any html tag to display video clip in modal window after click

Usage

Include to your html file both SimpleModalView files

<linkhref="css/simpleModalView.css" rel="stylesheet"><scripttype="text/javascript" src="js/simpleModalView.js"></script>

Displaying Single Image

Add to image tag empty attribute "data-simplepicture".

<imgsrc="img/brod1.jpg" data-simplepicture="" alt="">

Displaying Images gallery

To create gallery set, add to every image that want to have in gallery attribute "data-simplegallery". A value of this data attribute is number of gallery.

<imgsrc="img/brod1.jpg" data-simplegallery="1" alt="">

Example:

If you want to have two separate gallery set. To every set use different "data-simplegallery" value.

<divclass="img-set"><imgsrc="img/brod1.jpg" data-simplegallery="1" alt=""><imgsrc="img/brod2.jpg" data-simplegallery="1" alt=""></div><divclass="img-set"><imgsrc="img/cat.png" data-simplegallery="2" alt=""><imgsrc="img/dog.jpg" data-simplegallery="2" alt=""><imgsrc="img/fox.jpg" data-simplegallery="2" alt=""><imgsrc="img/bull.jpg" data-simplegallery="2" alt=""></div>

Displaying Video Clip

You can use every html tag to display video clip in modal window. Just add to html tag attribute "data-samplevideo" where value is embed link to video clip.

<spandata-simplevideo="https://www.youtube.com/embed/4U2CHW-uZ0Y">Play</span>

About

SimpleModalView is extremely lightweight and responsive script that let you display images and video in modal window

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages