Hi Pattie,
You can change the image size by clicking “Edit Image” as you select it from the Media Library.
I understand that I can edit images in the media library, but what if I don’t want to permanently resize the image? Please think about allowing us to select Full Size, Medium Size, Thumbnail like we can with a regular post, or give us an easy way to adjust the size after inserting the image.
That’s a great point, Pattie. I will see what I can do to add that functionality. I agree that it’s important.
Thanks so much for considering this.
Hi There, I know this functionality is not there yet. Can you maybe give me a css code that I can change the size myself? I really would like a thumbnail size in de right corner instead of a bigsize image. Looking forward hearing from you! Thx! Marianne
Hi Marian,
Try this CSS code. It should make the image (appear) smaller:
#zlrecipe-container div.img-desc-wrap img.photo
{
width: 200px;
}