Skip to main content

Thumbnail Generator v1.1

· One min read

This version adds functionality for filename customisation, and generate thumbnail requests will now break on a resource error.

New features

Filename customisation

You can now customise the filenames of generated thumbnails using a Handlebars template.

When downloading many generated thumbnails, this now allows you to easily see details about each thumbnail at a glance from the filenames.

See the documentation for details.

Break on resource error

If a resource loaded by a template responds with an error status code (>400), the Generate Thumbnail API will now respond with a 422 error, allowing you to catch issues with a template or input data more easily.

Thumbnail Generator v1.0

· One min read

This is the initial release of Thumbnail Generator.

Thumbnail Generator is a solution from the JWP Connatix Professional Services team that allows you to generate thumbnails from templates.

Features

  • Templates in HTML and CSS using Handlebars syntax
  • Rendered using Chromium engine
  • Front-end for managing templates and API keys
  • API for managing templates and generating thumbnails
  • Google Sheets integration