By default, figures are displayed using their actual size (subject to the width constraints imposed by the page they are rendered within). You can change the display size by adding the `width` and `height` attributes to the figure. For example: `![Elephant](elephant.png){width=300}` ¹. If only `width` is specified then `height` is calculated automatically. If you need to modify the default behavior just add an explicit `height` attribute ¹. Source: Conversation with Bing, 6/23/2023 (1) Quarto - Figures. https://quarto.org/docs/authoring/figures.html Accessed 6/23/2023. (2) How to make figure bigger than body column width in Quarto. https://stackoverflow.com/questions/74453617/how-to-make-figure-bigger-than-body-column-width-in-quarto Accessed 6/23/2023. (3) Quarto - Page Layout. https://quarto.org/docs/output-formats/page-layout.html Accessed 6/23/2023. (4) Quarto & (plotly.R | ggplotly): setting plot sizes for interactive .... https://community.plotly.com/t/quarto-plotly-r-ggplotly-setting-plot-sizes-for-interactive-html/66970 Accessed 6/23/2023. (5) Quarto - Execution Options. https://quarto.org/docs/computations/execution-options.html Accessed 6/23/2023. By default, figures are displayed using their actual size (subject to the width constraints imposed by the page they are rendered within). You can change the display size by adding the `width` and `height` attributes to the figure. For example: `![Elephant](elephant.png){width=300}` ¹. If only `width` is specified then `height` is calculated automatically. If you need to modify the default behavior just add an explicit `height` attribute ¹. Source: Conversation with Bing, 6/23/2023 (1) Quarto - Figures. https://quarto.org/docs/authoring/figures.html Accessed 6/23/2023. (2) How to make figure bigger than body column width in Quarto. https://stackoverflow.com/questions/74453617/how-to-make-figure-bigger-than-body-column-width-in-quarto Accessed 6/23/2023. (3) Quarto - Page Layout. https://quarto.org/docs/output-formats/page-layout.html Accessed 6/23/2023. (4) Quarto & (plotly.R | ggplotly): setting plot sizes for interactive .... https://community.plotly.com/t/quarto-plotly-r-ggplotly-setting-plot-sizes-for-interactive-html/66970 Accessed 6/23/2023. (5) Quarto - Execution Options. https://quarto.org/docs/computations/execution-options.html Accessed 6/23/2023. Figures are center-aligned by default in Quarto. You can use the `fig-align` attribute to the image to use a different alignment. For example: `![Elephant](elephant.png){fig-align="left"}` ². Source: Conversation with Bing, 6/23/2023 (1) Quarto - Figures. https://quarto.org/docs/authoring/figures.html Accessed 6/23/2023. (2) Vertical Align of images in Quarto Presentations - Stack Overflow. https://stackoverflow.com/questions/72941210/vertical-align-of-images-in-quarto-presentations Accessed 6/23/2023. (3) Quarto - HTML Options. https://quarto.org/docs/reference/formats/html.html Accessed 6/23/2023. (4) Text alignment in figure layouts · quarto-dev quarto-cli - GitHub. https://github.com/quarto-dev/quarto-cli/discussions/1534 Accessed 6/23/2023. (5) Vertical top align figures of different height in Rmarkdown. https://stackoverflow.com/questions/71443941/vertical-top-align-figures-of-different-height-in-rmarkdown Accessed 6/23/2023. You can add alternative text to a figure by adding the `fig-alt` attribute to the image. For example: `![](elephant.png){fig-alt="A drawing of an elephant."}` ¹. Source: Conversation with Bing, 6/23/2023 (1) Quarto - Figures. https://quarto.org/docs/authoring/figures.html Accessed 6/23/2023. (2) Quarto - Tutorial: Hello, Quarto. https://quarto.org/docs/get-started/hello/text-editor.html Accessed 6/23/2023. (3) We don't talk about Quarto | Alison Hill, PhD. https://www.apreshill.com/blog/2022-04-we-dont-talk-about-quarto/ Accessed 6/23/2023. (4) Quarto - Cross References. https://quarto.org/docs/authoring/cross-references.html Accessed 6/23/2023.