SOLVED
Web devs, need your help as a hobbyist learning things
I have a gallery of my art and I want to have popups with descriptions of each to be triggered when you click on the image. What I understand that's what the modal is.
Problem I have: all the tutorials are about modals showing same content, when I try to find the opposite it's featuring bootstrap. Is it necessary or I can just get away with vanilla JS? If so, can you please share resources?
I also heard about "dialog" tag and heard that it's supposedly easier than classic modals, but I lack tutorials about it too
(When replying please be patient, I barely have any JS knowledge)
#webdev