Skip to content

Resize cover image #610

Answered by pixelfabs
AntoniosBarotsis asked this question in Q&A
Discussion options

You must be logged in to vote

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:

<div style="display:grid;grid-template-columns: repeat(auto-fit, minmax(285px, 3fr)); column-gap:0.5em;">

to list.html before {{- $pages := union .RegularPages .Sections }}

and </div> before {{- if gt $paginator.TotalPages 1 }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AntoniosBarotsis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants