bs5-lightbox icon indicating copy to clipboard operation
bs5-lightbox copied to clipboard

Its not working with bootstrap 5 card

Open ShubhamAnand opened this issue 1 year ago • 1 comments

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

ShubhamAnand avatar Apr 02 '23 18:04 ShubhamAnand

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.

trvswgnr avatar Apr 04 '23 23:04 trvswgnr