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
Interesting idea, thanks for sharing! We’ll have it in mind and see for more votes from the Community
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