Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Text link is hovered, scales an image up Reply To: Text link is hovered, scales an image up

#169672
shaneisme
Participant

It’s part of .link-image:hover, which is the anchor surrounding the image, using transforms. The <h2> tag that’s the title isn’t a child to that element so it won’t do anything.

What I would do is totally re-write that box keeping the <a> as the parent for both the <h2> and the <img>. Then instead of making the transform happen on everything, call only the <img> to transform.