Resize cover image #610
-
Is there some way you can resize the cover image? I would like it to take less space in the homescreen. I tried a few stuff but only managed to downscale it, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes you can. Currently, there's 2 documented solution:
The solution below is more of a hack. If you like to keep the same white box, but much smaller covers, you need to implement the list pages as grids (instead of the current 1 column). A quick and easy way is adding:
to list.html before and |
Beta Was this translation helpful? Give feedback.
Yes you can. Currently, there's 2 documented solution:
The solution below is more of a hack.
If you like to keep the same white box, but much smaller covers, you need to implement the list pages as grids (instead of the current 1 column). A quick and easy way is adding:
to list.html before
{{- $pages := union .RegularPages .Sections }}
and
</div>
before{{- if gt $paginator.TotalPages 1 }}