Hi Guys,
A simple question I guess … How do I insert my Logo as an image (I’d like to change the dimensions so it looks good).
I tried using <img src= with the hyperlink to the Image. That works, but it distorts the image, particularly when you resize the browser window.
Do I need to put it in an image container or something? I have no idea how to do that.
Many thanks,
H
Hey Heathcliffe,
Thanks for getting in touch with us!
Have you tried adding the dimensions to the tag? Like this example,
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
Let me know if that helps.
Best regards,
Jordan
Hi @Jordan,
Yes I have, but they don’t work. I am using 4 column footer.
If, for example my image is 300 x 100 and in the footer I use the image tag and set it to 150 x 50 it does not show as this. It distorts the image. When you resize the window, the image gets squashed and not in proportion. (the image in the image gallery is actually very large (3000 x 2000) or something similar.
Try it yourself, just insert an image into a footer column :)
H
Hi,
You can turn on debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and then add image element to your page and choose image size while inserting it – http://i.imgur.com/a7oD1cw.png and then copy its shortcode from right below Advanced Layout Builder and paste it into a text widget in Appearance > Widgets
Best regards,
Yigit
Thanks @Yigit, I will try this.