Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 520 Bytes

WordPress Lorem Picsum

Shortcode for dummy image content using https://picsum.photos/

Installation

Activate and you're set!

How to use

Using the shortcode [picsum] returns a 200px x 200px image.

[picsum width=X height=X] - X being the value in pixels in which you want the image.

[picsum greyscale=true] - will return a greyscale image.

[picsum blur=true] - will return a blurred image.

You can use all the attributes together like [picsum width=550 height=200 greyscale=true blur=true]