uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lightboxPanel not work with data-image

prfardin opened this issue · comments

Its simple, when we try to add data:image type like source to lightbox panel its not working, like:

UIkit.lightboxPanel({
    items: [{
      source: images['data:image/jpeg;base64,/9j/4AAQ.....'],
      caption: 'Data Image Not Working'
    }]
}).show()

Please try with type: 'image' .