Adding Image Dimensions

I am using Classic Elements and need to add image dimensions to each of my images, where and how do I do that, as an example 400px wide by 266px high

Hi there,

You do not have such an option at hand using the Classic Image Element. You need to use the Image Element to be able to have that option.

But for the classic image element you can add the CSS code to the inline CSS option:

width: 400px; height: 266px; object-fit: contain; 

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.