Skip to content

❓ How do I zoom out? #146

Answered by jparkerweb
jcesguerram asked this question in Q&A
Discussion options

You must be logged in to vote

@jcesguerram
Thanks for the question.

You can "zoom" out/in by specifying a banner-display value in the frontmatter of a note.

---
banner: disney-world.jpg
banner-display: 70%
---

The above example will zoom the image out to 70% of its size.


You can also use the options of cover, auto, contain (these are also available from the dropdown menu for the "General" or "Folder Image" settings tabs.

You can also now use the "Targeting" modal feature to adjust the cover zoom that was released in v2.21.x


under the hood this is just controlling the css background-size property of the banner image:
background-size documentation

Thanks again, and feel free to open issues with feature ideas, quest…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jparkerweb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #115 on January 24, 2025 23:28.