1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
2018-08-15 13:25:28 -07:00

1.0 KiB

+++ title = "About images" date = "2017-04-24T18:36:24+02:00" +++

Images have a similar syntax to links but include a preceding exclamation point.

![agence](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg)

agence

Resizing image

Add HTTP parameters width and/or height to the link image to resize the image. Values are CSS values (default is auto).

![Hackathon](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?height=80px)

agence

Add CSS classes

Add a HTTP classes parameter to the link image to add CSS classes. shadow and border are available but you could define other ones.

![s](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?classes=border,shadow)

agence