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:
parent
84843f40f9
commit
6af0708975
2 changed files with 20 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue