How to set image height

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to set image height

Clemens
Hello,

this is probably a stupid question, but how do I set the image height correctly?
I know there is the "height" attribute, but I can put in whichever value, the size of the image stays the same.

Probably I'm doing something wrong but I can't figure out what it is.

Thanks for helping!

See below my code example.

Cheers,
Clemens

[frame=none, grid=none,cols="2*a"]
|===
|.Caption1
image::FigA.jpg[A,height=10,float="center",align="center"]
|.Caption2
image::FigB.jpg[B,height=10,float="center",align="center"]
|===
Reply | Threaded
Open this post in threaded view
|

Re: How to set image height

Clemens