Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Its not working with bootstrap 5 card #60

Open
ShubhamAnand opened this issue Apr 2, 2023 · 1 comment
Open

Its not working with bootstrap 5 card #60

ShubhamAnand opened this issue Apr 2, 2023 · 1 comment

Comments

@ShubhamAnand
Copy link

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

@trvswgnr
Copy link
Owner

trvswgnr commented Apr 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants