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'd like to use it for embedding data inside HTML slides when I present at conferences. But the set font-size is very small for a slide format:
html {
font-size:62.5%;
}
Since there's no way to style an iframe contents based on context, this feature would need to be built-in explicitly. I propose exposing a data-base-size attribute on the .ciu_embed paragraph, and applying the value to html as an override of the default font-size.
This is such a great tool, thank you!
I'd like to use it for embedding data inside HTML slides when I present at conferences. But the set font-size is very small for a slide format:
Since there's no way to style an iframe contents based on context, this feature would need to be built-in explicitly. I propose exposing a
data-base-size
attribute on the.ciu_embed
paragraph, and applying the value tohtml
as an override of the default font-size.The text was updated successfully, but these errors were encountered: