Is it possible to support CSS Grid in Quarto slides? #6166
Replies: 1 comment 3 replies
-
Quarto Slides are based on RevealJS (https://revealjs.com/) and natively there is no CSS grid support or themes. However, maybe this could be done in a custom theme. There is a question about this Quarto Slides can be extended using RevealJS plugin (https://quarto.org/docs/extensions/revealjs.html) and Custom themes (https://quarto.org/docs/presentations/revealjs/themes.html), so maybe a combination of both can help to use grid like layout in the viewport of a slide. but RevealJS is all JS code creating the layout for your slides, so until it is natively / easily supported there could be some side effect. You should open a feature request there maybe for CSS grid helper and support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
According to the current documentation and combined with testing, it seems that Quarto does not support CSS Grid in slides at present.
I understand that the purpose of slides is to present key information to assist the speaker in guiding audience attention. My wish for Quarto to support CSS Grid in slides is not about cramming everything into the slides. For reference, see Cheatsheets - Posit. My aim is to be able to plan page layout based on rows and columns. This would give authors a higher degree of creative flexibility.
However, I've looked through the entire Quarto official documentation and the Discussions and Issues on quarto-cli but I couldn't find any related information.
Beta Was this translation helpful? Give feedback.
All reactions