Enable image resizing and alignment

It would be great to resize images manually and control alignment (left, center, right) within blog posts for better layout flexibility.

2 Likes

Hi there, @user23238 :waving_hand:

Interesting idea, thanks for sharing! We’ll have it in mind and see for more votes from the Community :slightly_smiling_face:

In the meantime, you can use this code in the Custom CSS field on the Settings tab of your widget’s settings to change the image aspect ratio:

[class*="MediaContainer__Container-sc"] {
  aspect-ratio: 1 / 1;
}

Regarding the alignment, I see that currently the image is aligned with the posts. Would you like to align the image differently or you need to change the alignment of the whole post?

1 Like