I'm adding img
tags to the navigation label field in the menus section in order to create some social media buttons. I want them to be 25px by 25px, but I want them to be ready for retina screens, so the images I'm uploading are 50 by 50px.
The annoying thing is, I actually managed to do this about 3 hours ago, but since coming back to it, they're no longer re-sizing and I'm just left with a massive icon.
The code I was using to scale them down was:
<img src=“url here” height=“25” width=“25”>
Is there a way of fixing this, or an easier way to achieve what I'm trying to do?
Thanks