Skip to content

liamstewart23/WordPressLoremPicsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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]