Image sizing

chermus
39 Posts
chermus posted this 12 March 2015

Hi,

I cannot find the settings to give an image a certain width (all images on the page) and it will crop the height. Anyone ideas?

To be clear I am not talking about background images, but about the image control and the textgroup control.

Hi, I cannot find the settings to give an image a certain width (all images on the page) and it will crop the height. Anyone ideas? To be clear I am not talking about background images, but about the image control and the textgroup control.
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 13 March 2015

Hello

Each Image control has predefined size (128x128). The same is related to Image in Text Group.
In this case you can only make Images to inherit default styles.
Please try the following solution:

  • go to the Styles >> find Image >> open Image Options >> Arrange >> specify width and leave height empty.
  • Each image control added to the page will have predefined size (128x128) or the original image size. But if you set each Image size to "No Value" in the Property Window the Image will use default styles:
    image-size-no-value.png

Please let us know if you have any other questions.

Thank you,
Olivia

Hello Each Image control has predefined size (128x128). The same is related to Image in Text Group. In this case you can only make Images to inherit default styles. Please try the following solution: - go to the Styles >> find Image >> open Image Options >> Arrange >> specify *width* and leave *height* empty. - Each image control added to the page will have predefined size (128x128) or the original image size. But if you set each Image size to "No Value" in the Property Window the Image will use default styles: !image-size-no-value.png! Please let us know if you have any other questions. Thank you, Olivia
chermus
39 Posts
chermus posted this 13 March 2015

I did this, thanks. But it is not what I am looking for,

When I set a limit to the Image box (does not matter which one, loose, Text box image, product image) I want the image re-size and crop as needed to the container.

For example.

A image is 2000x3000 and My box is 100x150. With this ratio the image will re-size nicely to 100x150. But When I have an image of 3000x2000 and my box is the same the I like it to re-size to 225x150 and crop the height to 100. And position the cropped image in the center or top , bottom or right, left etc...

When I do it now, it will re-scale the images within the container and does not respect the ratio of the image.

I did this, thanks. But it is not what I am looking for, When I set a limit to the Image box (does not matter which one, loose, Text box image, product image) I want the image re-size and crop as needed to the container. For example. A image is 2000x3000 and My box is 100x150. With this ratio the image will re-size nicely to 100x150. But When I have an image of 3000x2000 and my box is the same the I like it to re-size to 225x150 and crop the height to 100. And position the cropped image in the center or top , bottom or right, left etc... When I do it now, it will re-scale the images within the container and does not respect the ratio of the image.
Support Team
Support Team posted this 14 March 2015

Hi Carlo,
you may try to specify image dimensions in percents to crop it. Here is a sample image inside box which width and height are set in percents

ImageInBox.png

Also I set its Position to Absolute in Box and dragged it to locate at the top of box.
It may help in your case.

Regards,
Aileen

Hi Carlo, you may try to specify image dimensions in percents to crop it. Here is a sample image inside box which width and height are set in percents !ImageInBox.png! Also I set its Position to Absolute in Box and dragged it to locate at the top of box. It may help in your case. Regards, Aileen
You must log in or register to leave comments