Skip to content
#

srcset

Here are 44 public repositories matching this topic...

lazyload
ansichtsache
ansichtsache commented Oct 24, 2019

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
alexanderbartels
alexanderbartels commented May 23, 2018

Provide a command to generate pixel-placeholder images:

$ rimg placeholder-image <OPTIONS>

OPTIONS:

    --type             placeholder image file type. e.g. "svg" or "png" 
    --color            which color should be used to generate the placeholder image? default to #fff (white)
    --width           (optional) default depends on the choosen type. "1" for png. For SVGs

Improve this page

Add a description, image, and links to the srcset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the srcset topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.