Image size for inserted images #2526
-
Hello, is there a way to control the size of inserted images such as :
? I know that it is possible on markdown with src/html synthax but I would like to know the best practice for quarto. Best regards, Roman |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using
so {#fig-foo width="50%"} |
Beta Was this translation helpful? Give feedback.
Using
height
andwidth
attributes are the preferred approach - these are handled specially by pandoc: