LoginSignup
0
0

More than 1 year has passed since last update.

【Markdown】画像サイズの変更

Last updated at Posted at 2022-07-21

実現方法

通常 変更
![代替テキスト](画像のURL) <img src="画像のURL" width="値(%でも可)">

記述方法

コピペ用
<img src="" width="">
解説
<img src="画像のURL" width="値(%でも可)">
例1
<!-- 値の場合は単位不要 -->
<img src="○○.png" width="300">
例2
<!-- %でも指定可能 -->
<img src="○○.png" width="50%">

やりたいこと

  • Qiita投稿時に画像サイズを小さくしたい。
100% 50%

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0