Currently, I am attempting to create a dynamic list of images where hovering over one of the images triggers a short video to play. Think of it as similar functionality to what you see on Youtube - when you hover over an image, it switches to a brief video; then, when you move away from the image, it reverts back to its original form.
I'm wondering how I can accomplish this task. Which tools or technologies should I utilize? Is it feasible to achieve using Javascript? Are there any existing libraries or open-source packages that could assist me in this endeavor?
I feel a bit overwhelmed by the process and have spent considerable time researching possible solutions.