Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

Add support for single images #86

Open sprusr opened 7 years ago

sprusr commented 7 years ago

If only a single image is provided, it will duplicate it. This is somewhat of a hack, but will probably satisfy the vast majority of use cases. Also added the feature of displaying a console error if no images are provided.

Submitted after finding myself needing support for single images. Is useful for when the number of images is unknown.