-
Description
While the webpage renders perfectly fine on my laptop and on other computers, the resolution of the images in the webpage isn't adjusted correctly (meaning they are not responsive) for mobile devices. Is that expected? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 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. Also, please upgrade to the current stable version which is 1.7.33. This being said, your favourite browser developer mode is there precisely to help you debug these things as you can change the display to be a small one and look at the HTML/CSS. 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.
Thanks!
Also, switching to Quarto way of doing images actually fixes responsiveness issue.