The "image-height" in my blog head matter crops the image instaed of scaling it. Is there a workaround? #8038
Unanswered
davidcannatella
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```

The end.
```` Likely related to: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
title: "Blog"
subtitle: "This is my blog"
listing:
contents: posts
type: default
image-height: 30px # <-- crops the image, but no scaling
page-layout: full
Beta Was this translation helpful? Give feedback.
All reactions