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? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
According to the Quarto documentation:
And in Quarto 1.4 when I use Safari to inspect a figure created by python code, I see two classes on the img :
class="img-fluid figure-img"
where theimg-fluid
bootstrap class imposes this style of:This seems consistent with the documentation.
In Quarto 1.5, the same document when rendered the
img
tag created does not have theimg-fluid
class, and large images appear larger than the page with horizontal scroll bars. I can restore the behavior I want by setting my own css to be:but I'm not sure that behavior change in 1.5 was intended?
Beta Was this translation helpful? Give feedback.
All reactions