ImageBoss for Magento

There is two ways you can integrate with ImageBoss and Magento. You can just use us as your CDN provider or you can edit your templates to customise thumbnail generation as well.

Basic Integration

With the basic integration all your images will have CDN, compression, progressive scans and auto rotate. Just follow the steps bellow.

1) Authorize your traffic. Make sure you have a ImageBoss account and your sources set up on your Dashboard.

2) Go to: StoresConfigurationWeb.

3) Open the sections called Base URLs and Base URLs (Secure):




4) Open the section "Base URLs" and find the field Base URL for User Media Files:




If your current image URL look like this:

https://www.example.com/media/catalog/product/p/p/product39129239-2_1.jpg

The value for this field will be:
https://img.imageboss.me/cdn/{{unsecure_base_url}}/media/

If your current image URL look like this:
https://www.example.com/pub/media/catalog/product/p/p/product39129239-2_1.jpg

The value for this field will be:
https://img.imageboss.me/cdn/{{unsecure_base_url}}/pub/media/


5) Open the section Base URLs (Secure) and find the field Base URL for User Media Files and add the value:
https://img.imageboss.me/cdn/{{secure_base_url}}/




If your current image URL look like this:

https://www.example.com/media/catalog/product/p/p/product39129239-2_1.jpg

The value for this field will be:
https://img.imageboss.me/cdn/{{secure_base_url}}/media/

If your current image URL look like this:
https://www.example.com/pub/media/catalog/product/p/p/product39129239-2_1.jpg

The value for this field will be:
https://img.imageboss.me/cdn/{{secure_base_url}}/pub/media/


6) Clean your cache: System → Cache Management and Flush Magento Cache


Advanced Integration

With the advanced integration you get Lazy loading, otimizations for slow connection, Auto Retina Display support, Up to 60% smaller images with WebP etc.

To be able to use fully integrate ImageBoss with your Magento installation you need to edit your current Magento Theme and follow the instructions of our Getting Started Guide.

Questions?

If you have any questions please don't hesitate, send us a message on support[at]imageboss.me or in case of any bugs or problems with your integrations you're more than welcome to open an issue.