Skip to content

ehudg/scrapercarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scrapercarousel

Images carousel that search images for you

The Carousel is based on slick.js plugin.

Simply define a container (any DOM element, like div) and call the silder.

the plugin require jquery 1.11.2 or higher.

There are 2 parameters: "query", the search term, and "imagescount", any number from 1-8. Both are lowercase and optional.

Be sure to give the dOM element width and height.

Let me know if it jelps you, or if there are any bug.

Demo Code

<script>
	$("#results").scrapeslider(
	{
		query: "sky",
		imagescount: "8"			
	});
</script>

About

Images carousel that search images for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published