Commit 1fc1bbf0 authored by AP matsuo koji's avatar AP matsuo koji 😲

Merge branch 'feature/add_image_width' into 'master'

widthの指定方法を追加

See merge request !1
parents aefdcda1 788eddce
...@@ -769,6 +769,13 @@ https://asciidoctor.org/docs/user-manual/[チートシート英語] ...@@ -769,6 +769,13 @@ https://asciidoctor.org/docs/user-manual/[チートシート英語]
+ +
---- ----
image::im.JPG[代替テキスト,x,y,.... align="right/left/center"] image::im.JPG[代替テキスト,x,y,.... align="right/left/center"]
x,yは表示ピクセル数を指定するか
もしくは%を用いて実際の表示幅からの割合表示が可能
image::im.JPG[代替テキスト,"50%"]
また明示的に記載も可能(width,height)
image::im.JPG[代替テキスト,width="50%"]
---- ----
* インライン(行内) * インライン(行内)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment