How to get rid of logo ? #11954
Replies: 2 comments 6 replies
-
First your link is wrong and cannot be accessed. To be clear, Quarto discussion board provides support to Quarto CLI, not to Quarto extensions made by the community. |
Beta Was this translation helpful? Give feedback.
-
The auto stretch feature is from Revealjs, and does not work for anything else than image. We have not yet providing an equivalent for other type of content. This would need to be done using JS and a similar logic (by calculating remaining space). Right now you can do it slide by slide and find a common size that fit all your slide. Some hints of what you could do
However, you may find this is tricky as this needs to be done carefully to avoid problem like overflow, or adaptation on difference screen size. To sum up, this is some tricky CSS wizardry to do and adding some other JS wizardry with automatic calculation so that this could be made auo-stretched as image. If someone come up with some JS solution, I'll be happy to see how to integrate, or this could be wrapped easily in an extension.
Another note about space. Revealjs is tricky on this topic because it will do a lot a resizing and calculation to do what it thinks is best, based on presentation size: https://revealjs.com/presentation-size/ Maybe looking at revealjs level can help... 🤷 Hope this helps ( a little at least 😄) |
Beta Was this translation helpful? Give feedback.
-
Description
Hi All,
I like that theme:
https://github.com/beatrizmilz/quarto-rladies-theme
quarto-rladies-theme?tab=readme-ov-file)
but I want to get rid of the logo and maximize column height.
I followed installation instructions, so this template is installed.
I want to use max space for code and output panels in my Quarto revealjs presentation.
How do I do it, please ?
In the following picture there is plenty of space, but I do not know how to expand that window with code. When I go full screen in firefox it does not auto-stretch fully.
I tried to remove logo from folder that was created during installation, but it is still there after rendering in RStudio.
I am using newest Quarto version, on windows 10, R 4.4.1.
Even when I have got more code in the chunk, there is still not fully used space for better display and readability.
kind regards,
Andrzej
My 1styles.css is as follows:
Beta Was this translation helpful? Give feedback.
All reactions