You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an unfortunate side-effect of how reveal.js places slide page numbers in a separate <div> which is a sibling of the <div class="slides">. The latter gets dynamically resized via Javascript, so AFAICS the only way to correctly position the page number <div> relative to that is to set up a Javascript event handler which will also update the page number <div> to the same scaling ... but so far I didn't manage to find any reveal.js event/hook which would get called after resizing.
So it might require a pull request to reveal.js.
The text was updated successfully, but these errors were encountered:
This is an unfortunate side-effect of how
reveal.js
places slide page numbers in a separate<div>
which is a sibling of the<div class="slides">
. The latter gets dynamically resized via Javascript, so AFAICS the only way to correctly position the page number<div>
relative to that is to set up a Javascript event handler which will also update the page number<div>
to the same scaling ... but so far I didn't manage to find anyreveal.js
event/hook which would get called after resizing.So it might require a pull request to
reveal.js
.The text was updated successfully, but these errors were encountered: