fixing images from wysiwyg
This commit is contained in:
parent
ab968b0d58
commit
08b3230f71
1 changed files with 15 additions and 0 deletions
15
_config.yml
15
_config.yml
|
|
@ -50,6 +50,21 @@ collections:
|
|||
events:
|
||||
output: "true"
|
||||
permalink: "/events/:title/"
|
||||
_options:
|
||||
image:
|
||||
width: 960
|
||||
height: 480
|
||||
resize_style: "cover"
|
||||
mime_type: "image/jpeg"
|
||||
expandable: true
|
||||
uploads_dir: "images/events"
|
||||
content:
|
||||
width: 540
|
||||
height: 320
|
||||
resize_style: "cover"
|
||||
mime_type: "image/jpeg"
|
||||
uploads_dir: "images/events"
|
||||
|
||||
# tjanster:
|
||||
# output: "true"
|
||||
# permalink: "/tjaenster/:name/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue