Logo image has incorrect width attribute in markup
-
WP: 5.8.2
Quadmenu: 2.1.9
Cloudinary: 3.0.0I want my site to display a square logo at 60x60px. I’ve set the max logo height to 60px and I’ve tried uploading an image that size and an image that’s 160×160… but for either one, the markup that Quadmenu outputs looks like this:
<img width="160" height="60" ...
Where is that
width="160"
coming from? It’s causing the image to stretch out when Cloudinary processes it. It takes that html attributes for width and height and includes the dimensions in the new URL it generates. If I disable the Cloudinary plugin, the image stops being stretched, but the markup still sayswidth="160"
.Give me a place to specify my desired width so I can include a square aspect ratio image AND enable Cloudinary?
The page I need help with: [log in to see the link]
- The topic ‘Logo image has incorrect width attribute in markup’ is closed to new replies.