-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Instead of:
** Standalone Image
:PROPERTIES:
:DSLIDE_ACTIONS: dslide-action-image :slide-display nil
:END:
You can show images without them being visible on the slide. A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]
We want:
** Standalone Image
You can show images without them being visible on the slide. A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_dslide: :slide-display nil
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]
And if :slide-display nil
is unneeded, using default configurations for the action's slots (which need customize variables), then all you need is:
You can show images without them being visible on the slide. A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]
Which is zero configuration 🎉
Metadata
Metadata
Assignees
Labels
No labels