damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.7k stars 416 forks source link

image scaling does not match text scaling #246

Open schlichtanders opened 7 years ago

schlichtanders commented 7 years ago

currently if I use images, the relative scale within the jupyter notebook and within the rise reveal.js presentation is quite different, which I think is not intended

jupyter: jupyter_scaling

RISE reveal.js: rise reveal scaling

I tested this behaviour for both .png and .svg images.

Is it easy to make both scalings match each other? At least roughly - it would be something great to have. Thank you very much for pushing this awesome project forward.

damianavila commented 7 years ago

Is it easy to make both scalings match each other? At least roughly - it would be something great to have.

Need to check that, most of the scaling is done by reveal.js itself, so maybe it would be something difficult to manage from outside reveal.js without breaking stuff...