Hi I noticed when I add images in, it doesn’t keep aspect ratio of the image and instead distorts it. Is this something that is being addressed or am I missing a step in the process? Thanks!
Hi there, @Iraj_Ashabi
Apologies for the inconvenience!
We’ve adjusted it by adding this code to the Custom CSS field on the Settings tab:
.elfsight-blog-prose .img-wrapper {
position: unset;
}
.elfsight-blog-prose img {
object-fit: contain;
}
Please check it and let me know if you like the result