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
** 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 🎉
The text was updated successfully, but these errors were encountered:
Instead of:
We want:
And if
:slide-display nil
is unneeded, using default configurations for the action's slots (which need customize variables), then all you need is:Which is zero configuration 🎉
The text was updated successfully, but these errors were encountered: