1.1.4 • Published 5 years ago

gitbook-plugin-picture-width v1.1.4

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

About this plugin

This plugin is to set width or position attributes of images.

How to use this plugin

How to change width attributes

{20%}hoge.png

Width unit can be changed to %, em, px or pt.

How to change position attributes

{c}hoge.png Place an image on the center.

{l}hoge.png Place an image on the left.

{r}hoge.png Place an image on the right.

How to combine with width and position function

{20%|c}hoge.png

{c|20%}hoge.png