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

Version Path
asciidoctor-revealjs-5.1.0 examples/images.adoc
asciidoctor-revealjs-5.0.1 examples/images.adoc
asciidoctor-revealjs-5.0.0.rc1 examples/images.adoc
asciidoctor-revealjs-4.1.0 examples/images.adoc
asciidoctor-revealjs-4.1.0.rc5 examples/images.adoc
asciidoctor-revealjs-4.1.0.rc4 examples/images.adoc
asciidoctor-revealjs-4.1.0.rc3 examples/images.adoc
asciidoctor-revealjs-4.1.0.rc2 examples/images.adoc
asciidoctor-revealjs-4.0.1 examples/images.adoc
asciidoctor-revealjs-4.0.0 examples/images.adoc
asciidoctor-revealjs-3.1.0 examples/images.adoc
asciidoctor-revealjs-3.0.0 examples/images.adoc
asciidoctor-revealjs-3.0.0.pre.rc1 examples/images.adoc
asciidoctor-revealjs-2.0.1 examples/images.adoc
asciidoctor-revealjs-2.0.0 examples/images.adoc