Add background-position to bigimg's configurable per image.

You may add a "background-position" value to a [[Params.bigimg]] entry if a big image needs positioning different from the default.
This commit is contained in:
Bernhard Fürst 2017-11-12 18:49:42 +01:00
commit 6af0708975
2 changed files with 20 additions and 4 deletions

View file

@ -25,6 +25,8 @@ pygmentCodeFences = true
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
# # position: see values of CSS background-position.
# position = "center top"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"