We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a5e75 + c490712 commit acd64c6Copy full SHA for acd64c6
docs/manual/リッチエディタのWRITE API.md
@@ -242,6 +242,16 @@ _figure_タグの場合でも上記挙動は変わりません。ただし、_fi
242
243
`src`に外部URLの画像を指定する場合の方法については、ヘルプ記事「[WRITE APIでリッチエディタにコンテンツを登録する際、imgタグ内で外部URLの画像を指定する方法は?](https://help.microcms.io/ja/knowledge/write-api-external-img)」をご覧ください。
244
245
+画像の横位置
246
+======
247
+
248
+`figure` タグの`style` 属性に`text-align` を指定することで、画像の左揃え / 中央揃え / 右揃え の指定ができます。
249
250
+ <figure style='text-align: left;'>
251
+ <img src='https://images.microcms-assets.io/assets/service/test/file.png'
252
+ alt='' width='1200' height='630' />
253
+ </figure>
254
255
ファイル
256
====
257
0 commit comments