Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 979 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 979 Bytes

fancybox v1.3.6 / ProcessWire

DEMO

What's new compared to v1.3.4

  1. mobile & tablet support (iPhone, iPod, iPad, Android, BlackBerry)
  2. CSS3 optimizations
  3. iframe fix
  4. dropped IE6-7 support for shadows & opacity.

Usage

Check out the API at official site. There is a new option showIframeLoading (true/false; default:true) that shows loading indicator (spinner) while loading iframes.

You can use plugin as standalone, these optimizations are not tied to ProcessWire CMS (but are implemented for it).

Meta

Don't forget to put: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> in the HEAD of the document to make it work on mobiles & tablets.