Skip to content
Last update: January 30, 2024

Using thumbnails

After successfully generating thumbnails for your images, you can access them simply by adding the desired resolution suffix (defined by the options suffix) to the original image URL.

For instance:

  • If the original image is accessible via this URL:

    https://localhost/assets/catalog/my-cool-image.jpg
    
  • And you've generated thumbnails with suffixes 64x64 and small, the resulting thumbnail URLs will be:

    1. https://localhost/assets/catalog/my-cool-image_64x64.jpg
      
    2. https://localhost/assets/catalog/my-cool-image_small.jpg
      

This makes it easy to retrieve the specific thumbnail you need.