Deal with images quickly in Quarto presentaion based on revealjs #2164
Unanswered
lizhiwei1994
asked this question in
Q&A
Replies: 1 comment
-
Would be awesome to have a visual editor where it is possible to intuitively resize and position elements (images/text/...). Like slides.com or powerpoint. Relative position and size attributes should then be automatically inserted as code. :) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone.
Contents
I am using Quarto presentation based on revealjs to make slides. I encountered difficulties when laying out the images.
In Microsoft PowerPoint we can quickly layout images by moving, dragging and stretching them. Just like I did in the video, it only takes twenty seconds to complete the layout of the image.
In Qarto, I need to try different parameters to find the right position and size of the image. I learned from Advanced Reveal and Figures about the layout of the images in Quarto. Such as:
Video layout images in PowerPoint
20220827_202826.mp4
Question
{width="2%" height="2%"}
to zoom the image, but it seems that sometimes this code works and sometimes it does not.Reproducible code
Click me
Beta Was this translation helpful? Give feedback.
All reactions