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
-
Updated
May 28, 2020 - JavaScript
-
Updated
May 27, 2020 - PHP
-
Updated
Jan 22, 2020 - Ruby
-
Updated
May 27, 2020 - JavaScript
-
Updated
Mar 10, 2020 - PHP
-
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
-
Updated
May 27, 2020 - Python
-
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.createURL
to create an imgix URL against your imgix domain. - Attempt to curl that URL, see that i
-
Updated
Jan 23, 2020 - PHP
-
Updated
May 27, 2020 - C#
-
Updated
May 6, 2020 - PHP
-
Updated
Apr 7, 2020 - Python
-
Updated
Apr 22, 2020 - PHP
-
Updated
May 23, 2019 - PHP
-
Updated
Jul 4, 2019 - JavaScript
Missing options
Base64 variants
-
Updated
Apr 15, 2020 - TypeScript
-
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
sizes
attribute 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
srcset
list that includes only URLs with widths in multiples of 120px, rather than the typical "100, 200, 300, 320" list.