+ 3
How do I create multiple images that can dynamically change with HTML?
5 ответов
+ 3
If you want to change the image of the <img> tag on the fly, you'll have to learn something called JS, or JavaScript. There should be a course here to help you out!
+ 2
Hi, I haven't learne JS yet and I know it's possible to have some dynamically tricks with some bootstrap' s and CSS animation codes.
+ 2
With Bootstrap, the way they implement changing images is with something called a 'carousel'. You should go research on that, although there is a set interval between the changing images there, and to change that you'd need to access its properties still via JS.
+ 1
javascript can do that job, with the setinterval element, all you problems can be solved
0
you have to learn javascript, i have made one but have not posted yet,