Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via config object and offers image, ajax and iframe support out of the box. Featherlights small footprint weights about 4kB – in total.
This should NOT be applied globally. While it may work for some sites, it absolutely breaks others. For instance, I'm running an ecommerce web site which uses Featherlight to display product images. Updating to the latest version of Featherlight introduced this code, and now I can no longer properly print out customer invoices or shipping labels, because they're all forced into landscape printing.
https://github.com/noelboss/featherlight/commit/5a8d3596a8bb9d9ba19a63c8ea56de01cb77a7a6#diff-ad2dc0999b9a5bcb0bde649fac03da12R157
@page {size: landscape}
This should NOT be applied globally. While it may work for some sites, it absolutely breaks others. For instance, I'm running an ecommerce web site which uses Featherlight to display product images. Updating to the latest version of Featherlight introduced this code, and now I can no longer properly print out customer invoices or shipping labels, because they're all forced into landscape printing.