deck.js
deck.js copied to clipboard
Modern HTML Presentations
Hi folks, this is a great lightweight project! Could someone help me figure out why ```html description term description definition ``` is not shown as expected: https://www.w3schools.com/tags/tag_dl.asp
Hi, I am trying to include the deck.js (boilerplate.html) in the main web page. So basically include the slides at the bottom of the existing web page how do i...
on string #01
Maybe you could use your own domain for that project? In any case, it deserves HTTPS. https://doesmysiteneedhttps.com/
Could you maybe package a new release? Or, respectively, when do you plan to do so? The current last release is from 2014.
Thanks for the clean slide deck. I noticed on code validation that you use `aria-role="navigation"` and `aria-role="status"`. The correct syntax for this is actually just: - `role="navigation"`, or better yest...
If you've got more than 16 slides, the menu will not show them all and not leave the possibility to scroll up or down. Tested on up to date FF,...
Commit 16336972a3512a377d3c29080e95780806340415 ("Update scale for webkit body scrollTop bug") breaks scrolling in the menu extension when a deck is viewed in Firefox. Reverting this commit allows proper scrolling again.