Plugin Author
mrwweb
(@mrwweb)
Hi @marcie73
Feature a Page widget creates three custom image sizes. However, these sizes can only be applied to images that are uploaded after the plugin is activated and for images that are larger than the minimum size.
You’re using the wrapped layout which uses the square size of 200×200. That means either some of your images are less than 200px in one dimension at full size or you need to “regenerate thumbnails”. The Regenerate Thumbnails plugin is excellent and can do that for you.
Thank you for your reply! I got the point, but as I prefer the images to keep the original proportion, I solved using the big image layout and the I changed the style to simulate the first layout. I guess is the only possible workaround.
Thank you again! 🙂
Plugin Author
mrwweb
(@mrwweb)
Glad you were able to find a satisfactory solution!
Your solution sounds fine and here are a few other ways you could have addressed it for your reference and anyone else reading this thread in the future:
- Override the
fpw_square image size.
- Use the
fpw_image_size filter to substitute a different image size for the wrapped layout.
- Create a brand new layout template with a custom image size.
thank you! it’s a bit out of my knowledge, but maybe one day I will learn how to do it 😉