Skip to content
Myra Online Help Updated · 21 Aug 2026

Enable image scaling

To enable the Image Scaling add-on for images on your infrastructure, you must include one of the following values in the Content-Type header:

  • image/jpeg
  • image/jpg
  • image/x-jpeg
  • image/x-jpg
  • image/png
  • image/x-png

Note

If the Content-Type header is specified differently or not at all by the customer infrastructure, the images are not converted.

To scale the image using a query string, you must include the image width as a parameter with each request, in addition to the header, as follows:

  • ?myravresize=<image width in pixels>