cbopp-art / lightcase

The smart and flexible Lightbox Plugin.
https://cornel.bopp-art.com/lightcase/
Other
399 stars 106 forks source link

Support for Data URLs #160

Closed SkorX closed 5 years ago

SkorX commented 5 years ago

Users should provide data type, otherwise… url will opened in iframe.

It's useful function to display images, that are programmatically generated (eg. in JavaScript while exporting canvas, to image, got from APIs in Base64 format, etc.)

In future releases an option to detect type, by Data URL mime type can be added.