imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
123 stars 21 forks source link

feat: option to sort URL parameters alphabetically #387

Open grachov opened 2 months ago

grachov commented 2 months ago

Description

PHP library currently sorts query parameters. This means that the URLs generated by PHP and JavaScript might differ. This could cause issues, especially with image preloading. For instance, the URL in an img tag might not match the URL in a link tag, even though both point to the same image.

Checklist