Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.44 KB

readme.md

File metadata and controls

43 lines (25 loc) · 1.44 KB

Pixabay Images Gallery Widget

A JavaScript widget for inserting Pixabay image galleries with ease into any website.

This widget may be used without charge for any application - also commercial and without giving credits. The image galleries are easily customizable and they are responsive by default. The images themselves are in the Public Domain (CC0).

The widget's code is released under the MIT License as free Open Source software. It works in Firefox, Chrome, Safari, Opera and Internet Explorer 8+ and it has no dependencies (plain JavaScript).

Demo and Documentation

https://goodies.pixabay.com/javascript/pixabay-widget/demo.html

Features

  • Lightweight: 6.8 kB of JavaScript - less than 3 kB gzipped
  • Easily customizable
  • Responsive layout
  • All images are free even for commercial applications and without attribution requirement (CC0)

Changelog

Version 1.0.4 - 2016/02/25

  • Registering an own Pixabay API key is now a requirement; due to abuse of the hard coded key in previous versions.

Version 1.0.3 - 2016/02/25

  • Exclude bots from triggering the widget initialization.

Version 1.0.2 - 2015/12/16

  • Updated Pixabay API calls and included flexImages plugin.

Version 1.0.1 - 2015/07/01

  • Auto select HTTP or HTTPS for Pixabay API requests.

Version 1.0.0 - 2015/04/06

  • Initial release