hieroglyph icon indicating copy to clipboard operation
hieroglyph copied to clipboard

image positioning

Open stefanseefeld opened this issue 7 years ago • 1 comments

Is there a way to control the exact position of embedded images within a given slide, either using (augmented) ReST markup or using CSS ?

stefanseefeld avatar Jul 04 '18 17:07 stefanseefeld

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

lpirl avatar Jul 08 '18 09:07 lpirl