Sha256: 1ad772542497b64e1c36b2027217b95610e5888a60f6fe6d23cf2204d004cdbe
Contents?: true
Size: 827 Bytes
Versions: 15
Compression:
Stored size: 827 Bytes
Contents
// .images // Demonstration of revealjs images embedding with some options. // :include: //div[@class="slides"] // :header_footer: = Images tests :imagesdir: images == Normal image::web_surfing_time.gif[] == Stretched [.stretch] image::web_surfing_time.gif[] == Hardcoded image::web_surfing_time.gif[width="1200"] == Image Floating image::web_surfing_time.gif[width=400px,float=right] * Some * Points * You * Won't * Look At == Image Role Right // This is asciidoctor-revealjs specific, it allows you to put an image on the right even though it is not part of the same block // It uses custom CSS, see #197. image::web_surfing_time.gif[role=right,width=400px] * Some * Points * You * Won't * Look At == Image Role Right [alt syntax] [.right] image::web_surfing_time.gif[alt text,width=400px] * Yup * That * Too
Version data entries
15 entries across 15 versions & 1 rubygems