Javascript solution for image link issue
Is it possible that javascript could solve an issue i'm having with an image zoom transform? the issue is the images are not accepting normal href linking because they are transforms and not accepting special display options either *well, one of them is but the rest aren't, read on....
when i attempted to use display: inline-block, it worked but only on the first image in the zoom. the rest of the images ignored the html (presumably because the first image in the zoom is acting like the parent of the following images and thus not allowing them to be image links, in fact, they stopped displaying once i linked them. only the first image in the zoom would accept the display inline-block link without hiding itself).
i cant use the input buttons for it either, as they are strictly for zooming to each image. i need the images to be individual href links in their own right.
here's the code i'm trying to create image links with
http://codepen.io/ge1doot/pen/XXJNov