Is there a way to add feature image thumbnail to Ghost API?

Can I create thumbnail and add a new thumbnail field for the post in API ?

Ghost can generate thumbnails for all uploaded images (as long as they’re not animated gifs or SVGs). The API for fetching thumbnails is https://yoursite.com/content/images/{size}/{image_path}, where {size} is the requested dimensions such as w100 or w300h300 but it must match to a configured image size.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.