theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.1k stars 1.13k forks source link

Center a featured image #542

Open maartenweyns opened 2 years ago

maartenweyns commented 2 years ago

Does ananke support the featured_image of a page to have background-position: center instead of background-position: top. I have searched everywhere but can't seem to find an option for it.

nedjo commented 2 years ago

362 may help with this in that it introduces the ability to specify an anchor per https://gohugo.io/content-management/image-processing/#anchor to be used when cropping. See the PR at https://github.com/theNewDynamic/gohugo-theme-ananke/pull/540 under "New featured_image_data parameter in post front matter".