2017 © Pedro Peláez
 

wordpress-plugin du-responsive-images

Responsive Images for Developers

image

digitalunited/du-responsive-images

Responsive Images for Developers

  • Monday, May 22, 2017
  • by digitalunited
  • Repository
  • 2 Watchers
  • 3 Stars
  • 3,368 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 2 % Grown

The README.md

Responsive Images for developers

Why?!?

TODO, (*1)

How?!?

TODO, (*2)

Libs

  • https://github.com/aFarkas/lazysizes
  • https://github.com/syamilmj/Aqua-Resizer

Useage

\DigitalUnited\ResponsiveImage::render([
    'imgId' => $imgId,
    'output' => 'img'
    'ratio' => '4x3',
    'imgAttributes' => [
        'class' => [],
        'alt' =>  $alt,
    ],
    'wrapperAttributes' => [
        'class' => [],
    ],
    'divWithBgImageAttributes' => [
        'class' => ['cover']
    ]
]);

Options

imgId

A WordPress attachment image id., (*3)

Output (All is not implemented yet)

  • img: Regular img-tag (Not implemented, yet)
  • img: Regular img wrapped in a div with kept aspect-ratio. The img behaves normal if the ratio setting is omitted.
  • div: Div with srcset
  • srcset: For usage in "data-srcset"-tag

Ratio (Optional)

The following aspect ratios are available. - string "1x1" - string "2x1" - string "4x1" - string "4x3" - string "16x9" - string "1x2" - string "1x4" - string "3x4" - string "9x16", (*4)

Ratio (Only valid when "output = img-ratio" or "output = img")

imgAttributes and wrapperAttributes (Only valid when "output = img")

HTML attributes added to the wrapper-div and the img-tag when using img output mode, (*5)

divWithBgImageAttributes (Only valid when "output = div")

Output as div has 2 premade helper classes to avoid inline styling, "cover" and "contain"., (*6)

TODO

  • Caching of rendering
  • Ratios with bootstrap breakpoints
  • Use printplugin for Lazysizes

The Versions

22/05 2017

dev-master

9999999-dev https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

22/05 2017

0.0.15

0.0.15.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

15/02 2016

0.0.14

0.0.14.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

26/01 2016

0.0.13

0.0.13.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

20/11 2015

0.0.12

0.0.12.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

17/09 2015

0.0.11

0.0.11.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

17/09 2015

0.0.10

0.0.10.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

07/09 2015

0.0.9

0.0.9.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

01/06 2015

0.0.8

0.0.8.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

01/06 2015

0.0.7

0.0.7.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

01/06 2015

0.0.6

0.0.6.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

01/06 2015

0.0.5

0.0.5.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

01/06 2015

0.0.4

0.0.4.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

07/05 2015

0.0.3

0.0.3.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

23/03 2015

0.0.2

0.0.2.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images

16/03 2015

0.0.1

0.0.1.0 https://github.com/digitalunited/du-responsive-images

Responsive Images for Developers

  Sources   Download

MIT

The Requires

 

plugin wordpress responsive images