imgix
Here are 42 public repositories matching this topic...
Generated placeholder images have a forced jpg file format. Here is an example
This is a PNG image that has been converted to JPG and gets a black background. This "looks" wrong when it loads.
I find a bit of code that forces a JPG format.
https://github.com/nystudio107/craft-i
React component to display imgix images
-
Updated
May 28, 2020 - JavaScript
A PHP client library for generating URLs with imgix
-
Updated
May 27, 2020 - PHP
A gem for integrating imgix into Rails projects
-
Updated
Jan 22, 2020 - Ruby
A JavaScript client library for generating image URLs with imgix
-
Updated
May 27, 2020 - JavaScript
-
Updated
Mar 10, 2020 - PHP
A Ruby gem for generating image URLs with imgix
-
Updated
May 19, 2020 - Ruby
There should be a better way to manage deployments across multiple clients
I’m not sure if this is a documentation issue or a specific configuration that I have that works differently. I ran into a brief stumbling block when configuring the gems in _config.yml as the documentation suggested. I’m using bundle exec in a conventional way.
When running $ JEKYLL_ENV=production bundle exec jekyll build:
**Case: error when config gems set to [jekyll/imgix] or `jekyl
-
Updated
Aug 19, 2018 - TypeScript
A Python client library for generating URLs with imgix
-
Updated
May 27, 2020 - Python
A Swift client library for generating URLs with imgix
-
Updated
Mar 13, 2020 - Swift
-
Updated
Feb 26, 2019 - JavaScript
Unlike the javascript API, the java API forces you to double url-encode the source URL path provided to createURL.
Steps to reproduce:
- Have a file located at
https://my.domain/project:1/blah.jpg - URL-encode it once, so that it becomes
https://my.domain/project%3A1/blah.jpg - Use
HTTPBuilder.createURLto create an imgix URL against your imgix domain. - Attempt to curl that URL, see that i
An add-on for integrating imgix into Statamic sites
-
Updated
Jan 23, 2020 - PHP
A C# client library for generating image URLs with imgix
-
Updated
May 27, 2020 - C#
Laravel package for generating URLs with Imgix.
-
Updated
May 6, 2020 - PHP
Python-based Image Proxy inspired by imgix and github's atmos/camo
-
Updated
Apr 7, 2020 - Python
Laravel package for generating Imgix URLs for your images
-
Updated
Apr 22, 2020 - PHP
WordPress helpers and settings for imgix plugin
-
Updated
May 23, 2019 - PHP
The "imgix" TYPO3 extension provides the Auto Responsive Images feature of imgix called imgix.fluid().
-
Updated
Jul 4, 2019 - JavaScript
Missing options
Base64 variants
-
Updated
Apr 15, 2020 - TypeScript
Mosaico Cropper is a cropper tool written on top of jQuery and the jQuery UI Widget Factory providing easy inline resize/crop/pan for images
-
Updated
Apr 30, 2020 - HTML
Improve this page
Add a description, image, and links to the imgix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imgix topic, visit your repo's landing page and select "manage topics."



If an explicit
sizesattribute is declare on an image element, we should probably take that size (or sizes) into account when generating oursrcset. For example, this imageshould probably end up with a
srcsetlist that includes only URLs with widths in multiples of 120px, rather than the typical "100, 200, 300, 320" list.