Page 1 of 1

How to specify width and height of image?

Posted: Tue Jun 20, 2023 5:57 pm
by clara
Hello,

How can I resize an image by specifying its height and width?
I know I can grab the corner handle of the image itself and drag to resize its display size, but I'm wanting to set each image to a specific size.

what I've tried:
-select the image and Edit, Properties (or Alt+Enter) - no option there to specify height and width
-select the image and select Edit, HTML (or Ctrl+H) I can see the generated HTML but it wont allow me to edit the HTML
-right-click image, Image Tools- Not seeing a resize option in there either
-grabbing the handle to hand resize - doesn't show me the width and height so I know when to stop

I am using version 17.2.0

I usually hand code my pages in a text editor so I'm familiar with HTML but new to using WYSIWYG editor.

Thanks in advance for your help!

Re: How to specify width and height of image?

Posted: Tue Jun 20, 2023 6:15 pm
by wwonderfull
Did you try giving the images a width value? You can give that from the images properties. Just right click on the image on the bottom context menu, you will see properties you go there and you will see some options.

Note that the height will be automatically adjusted depending on the width.

Re: How to specify width and height of image?

Posted: Tue Jun 20, 2023 6:25 pm
by BaconFries
You can also do this via the property inspector
See the following
https://www.wysiwygwebbuilder.com/introduction.html

Re: How to specify width and height of image?

Posted: Tue Jun 20, 2023 6:31 pm
by clara
Thank you! I was able to edit the image size in the Property Inspector.