I have 3 <img>.
<img id="img1" src="" alt="">
<img id="img2" src="" alt="">
<img id="img3" src="" alt="">
I want to show all 3 three of them simultaneously in one <div> but each image takes 1/3 of the <div> width (also the images should be cropped). And whenever I hover a image the column should expand a little and reveal more of the image.
I thought of putting them together in a <canvas>and use WebGL but then I think I dont have the possibility to implement hover events. Any Ideas?