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
I discovered, that the adding of an attribution (even without content) changes the placement of H1 headings (for H2 nothing changes), until now I could not find the reason. Do you know where to fix this?
E.g.
# Slide1
without attribution heading is in center
# Slide2
with attribution heading is top
::: {.attribution}
:::
The text was updated successfully, but these errors were encountered:
It looks to me like RevealJS is allocating space for the attributiondiv on the slide, even though it will displayed off to the right.
Here is a workaround, though I can't vouch for how well it will generally work:
---format: revealjsrevealjs-plugins:
- attributioninclude-in-header:
text: | <style> section.title-slide { top: 252px !important; } </style>---# Slide1
without attribution heading is in center
# Slide2
with attribution heading is top
::: {.attribution}
Hello World
:::
Thanks for this extension!
I discovered, that the adding of an attribution (even without content) changes the placement of H1 headings (for H2 nothing changes), until now I could not find the reason. Do you know where to fix this?
E.g.
The text was updated successfully, but these errors were encountered: