[Markdown] 이미지 사이즈 조절 & 위치 정렬 | (resize, alignment)

 


Markdown에 이미지를 업로드하고 사이즈 조절 및 위치 정렬하기. 
(계속 까먹어거 정리하게 되는구만 :s 😈)

사이즈 조절 (resize)

<img src="<local path> or <url>" width="640" height="480" />


(ex) 

<img src="https://github.com/GoogleCloudPlatform/practical-ml-vision-
book/blob/master/images/pmlc_0325.png?raw=true" width="640" height="480" />



정렬 (alignment)

<center><img src="..."> </center>



-----------------------------------------------------------------------------------------------

Reference 


댓글

이 블로그의 인기 게시물

[DL for CV] Down-Sampling (Encoding)