-
Updated
Jul 1, 2020 - JavaScript
srcset
Here are 60 public repositories matching this topic...
add mobx example
If an explicit sizes attribute is declared on an image element, we should probably take that size (or sizes) into account when generating our srcset. For example, this image
<img size="120px" ix-path="..." />should 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.
-
Updated
Nov 27, 2018 - JavaScript
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Jun 28, 2020 - PHP
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 30, 2020 - Ruby
-
Updated
Oct 14, 2017 - Go
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
Jul 18, 2017 - JavaScript
-
Updated
Jun 8, 2020 - Vue
Question
Override default Kibytext image tag
(image: myfile.jpg)
Answer
Overriding even just as an option might conflict with various other plugins.
Create a kirbytext:before hook and do a text replace if you really want this.
Or just use the srcset tag right from the start.
(srcset: myfile.jpg)
(srcset: myfile.jpg preset: breakpoints)
(srcset: myfile.jpg laz
The extension adds a few TypoScript options to lib.contentElement which should be explained in the documentation. How to specify those options per column should also be mentioned:
https://techblog.sitegeist.de/responsive-images-with-typo3-8-7/#comment-4
anscheinend gibt es eine falsche ausgabe bei der picture funktion.
Meine Eingabe im Modul:
<picture>
<source media="(min-width: 480w)" srcset="rex_media_type=content">
<source media="(min-width: 550w)" srcset="rex_media_type=content">
<source media="(min-width: 768w)" srcset="rex_media_type=content">
<img src="'.rex_media_manager::getUrl('content', 'REX_MEDIA[1]').'" alt="">
</pictur
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 18, 2020 - Swift
-
Updated
Dec 24, 2018 - JavaScript
-
Updated
Jan 23, 2020 - PHP
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
Dec 20, 2018 - PHP
-
Updated
Jun 28, 2020 - C#
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Dec 15, 2017 - Shell
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jan 21, 2019 - JavaScript
-
Updated
May 8, 2017 - JavaScript
Improve this page
Add a description, image, and links to the srcset topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the srcset topic, visit your repo's landing page and select "manage topics."
I'm using this project and want to add mobx for state management.
I'm happy to PR documentation/example with some guidance!
Thoughts? @tirthbodawala