Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 404 Bytes

WTF Stockphotos jQuery Plugin

Replace image elements with crazy stock photos

Example

// replace all images
$.wtfstockphotos('img')

// replace an images by class or id
$.wtfstockphotos('.swappable-image')

Options

limit (default 30) - limit number of images fetched from reddit. will make initial request faster.

$.wtfstockphotos('.swappable-image', { limit: 10 })