New Guides
- imgix and Third-Party CDNs: Learn about imgix's CDN and how using third-party CDNs affects your image delivery
- Improving Site Performance: Find out all of the ways imgix can help speed up your site by serving just the right images
UrlBuilder#create_url
to accept dict
instead of kwargs
. This fixes an issue with reserved words that are also imgix params potentially causing errors.closeOnScroll
option.HAS_ANIMATION
bug when loaded in head
Client#sign_path
to provide a consistent method and code path for generating URLs.:secure
option to the more clear :use_https
.:token
option to the more clear :secure_url_token
.?&s=
instead of ?s=
when no other params are present.:secure
option to :use_https
to be more clear and consistent with imgix-rb.