Login  Register

Newbie question: grid layout

Posted by thomas on Jul 25, 2015; 9:14am
URL: https://discuss.asciidoctor.org/Newbie-question-grid-layout-tp3562.html

hi all,

I have a simple question but I'm surprised I cannot find any help about it on the Internet.
I'd like to create more complex layouts, for example a grid layout. Sample use case: I want to be able to display images like that:

-------------         -----------------
| img1   |        | img2         |
--------------         -----------------

I tried the following things:
* inline image (image:...): nothing is displayed! (for info, I use AsciidocFX with reveal.js backend)
* images inside a table (that is how I use to create grid layouts on a wiki, using tables with invisible borders): the columns widths does not take into account the size of the images!
* lots of others desperate attempts using float and/or align attributs.

Am I really missing something or is this kind of simple layout not easily feasible with AsciiDoctor?

Thanks for your help.
Thomas