Image crop and save for web
If an image is not properly saved for web with a maximum width or height of 1920px the crop function will not work properly. This applies to all components or page property tabs that use an image and a crop function
• Save horizonal images with a maximum width of 1920px
• Save vertical images with a maximum height of 1920px
For this example we will use a square crop

Correct
This image is saved at 1920px wide and the square crop displays correctly

Correct
This image has a height of 1920px and a width of less than 1920px - the square crop displays correctly

Incorrect
This image has a width of 1920px and a height greater than 1920px - the square crop does not display correctly

Incorrect
This image has a width and a height greater than 1920px - the square crop does not display correctly