Hi,
in my posts I use landscape images as featuredImages. Now I want to generate square thumbnails of these landscape images for a list of recent posts.
I tried this in config.json:
"featuredImages": {
"sizes": "(max-width: 1200px) 100vw, 1200px",
"dimensions": {
"xx": {
"width": 150,
"height": 150
},
but the result is a smaller landscape format, not a square 🙁
Thanks in advance, Michael