bs5-lightbox
bs5-lightbox copied to clipboard
Its not working with bootstrap 5 card
Hi, I tried using data-toggle attribute along with data-remote but its not triggering inside bootstrap 5 card. Here is the sample code for reference:
let newImg = document.createElement('img'); newImg.src = 'https://i.gifer.com/33Ho.gif'; newImg.setAttribute("data-toggle","lightbox"); newImg.setAttribute("data-remote",image);
https://github.com/ShubhamAnand/infinitescroll/blob/main/index.html
thanks for providing the example, i'll take a look at this asap! can you give me a little more context if possible? browser, os, and anything else you think is important.