wanze / SeoMaestro

🧙‍♂️A ProcessWire module helping you to manage SEO related tasks like a boss.
MIT License
34 stars 9 forks source link

Module uses max-sized raw version of given image-field if set as placeholder {image} #7

Closed esszett closed 5 years ago

esszett commented 5 years ago

Currently the module fetches image-sources set as placeholder {image} as the raw max-size version of that image. Adding max-width/max-height options for the og:image settings in the seo_maestro defaults could limit image sizes to e.g. 1200 x 630.

wanze commented 5 years ago

@esszett This feature is now available in version 0.7.0: You can configure a width and/or height of the opengraph image on field level to resize the image. Hope this makes sense, let me know otherwise!

Cheers