Skip to content

A little script that creates a simple javascript scrolling gallery that loops indefinitely.

License

Notifications You must be signed in to change notification settings

qru23/ScrollingGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ScrollingGallery

A little script that creates a simple javascript scrolling gallery that loops indefinitely.

#Usage Add this snippet somewhere:

<script>
new ScrollingGallery({
  'selector': '.gallery',
  'speed': 2,
  'width': 150,
  'padding': 20,
  'hoverStop': true,
});
</script>

Which would turn this into a gallery:

<div class="gallery">
  <img src="img1.jpg" />
  <img src="img2.jpg" />
</div>

#Requirements: Requires jQuery to be loaded on the page

About

A little script that creates a simple javascript scrolling gallery that loops indefinitely.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published