1.0.0 • Published 7 years ago

vk_style_gallery v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Description

The code shown here allows you to display the change images in the gallery view mode, such as in the social network VK.

Example usage in index.html

Dependencies

Initial

  $.fn.imgClickGalery(selector)`

Example

  <div class="image">
    <img src="http://lorempixel.com/output/people-q-c-640-480-7.jpg">
    <img src="http://lorempixel.com/output/people-q-c-640-480-10.jpg">
    <img src="http://lorempixel.com/output/people-q-c-640-480-9.jpg">
  </div>
  
  <script>
    $.fn.imgClickGalery('.image');
  </script>