Open stefanseefeld opened 6 years ago
Is there a way to control the exact position of embedded images within a given slide, either using (augmented) ReST markup or using CSS ?
Yes. Add a custom CSS file to your presentation and then you can use CSS classes for images like this:
.. image:: _static/peace.svg :class: your-css-class
Is there a way to control the exact position of embedded images within a given slide, either using (augmented) ReST markup or using CSS ?