I have an image wrapped in a link like this:
<a href="#"><img src="/something.jpg></a>
And I want to use the CSS transform to scale it to be 1.5x itself.
Is there a best practice to use the transform property on the <a>
element or the actual <img>
element? Or does it really not matter?