Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBennet Blischke <bennet.blischke@haw-hamburg.de>2019-05-01 18:51:32 +0300
committerBennet Blischke <bennet.blischke@haw-hamburg.de>2019-05-01 18:51:32 +0300
commit571b8f2b2ddc5319c5bb7de55397d12d4422c47a (patch)
tree135fc99c546e4717c700dde0509f869525570217 /README.md
parent4dfb51fbcaef178d132697aa16b6ee545891ed80 (diff)
feature: Adding image shortcut parameter to round the corners
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2364168..b4c0538 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,10 @@ Lightbox:
`{{< image src="media/image-1.jpg" lightbox="true" >}}`
+Rounded corners:
+
+`{{< image src="media/image-1.jpg" round="50" >}}`
+
Insert image without resizing (the same image for all devices/resolutions).
`{{< image src="media/image-1.jpg" resize="false" >}}`