-
Updated
Jun 5, 2020
src
Here are 176 public repositories matching this topic...
-
Updated
Apr 17, 2020
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Jun 5, 2020 - PHP
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 9, 2020 - Ruby
-
Updated
Jun 11, 2018 - MATLAB
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
Jun 11, 2020 - Python
-
Updated
Mar 2, 2018 - JavaScript
-
Updated
Jun 16, 2020 - Swift
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
-
Updated
Jan 23, 2020 - PHP
-
Updated
Sep 12, 2018 - Jupyter Notebook
-
Updated
Jun 5, 2020 - C#
-
Updated
Jun 25, 2017 - MATLAB
-
Updated
Aug 11, 2018 - C
-
Updated
Feb 10, 2020 - Python
Improve this page
Add a description, image, and links to the src topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the src 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.