글작성 미리보기시 이미지 호출로인한 페이지 리로드 이슈 개선, css적용하여 이미지지 div넘어가는 이슈 개선
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
This commit is contained in:
8
_static/components/css/style.57aeb17465e1.css
Normal file
8
_static/components/css/style.57aeb17465e1.css
Normal file
@ -0,0 +1,8 @@
|
||||
/* 이미지가 div 크기 넘지 않도록 */
|
||||
#post-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
/*margin: 0 auto; (선택) 가운데 정렬 */
|
||||
}
|
||||
|
8
_static/components/css/style.css
Normal file
8
_static/components/css/style.css
Normal file
@ -0,0 +1,8 @@
|
||||
/* 이미지가 div 크기 넘지 않도록 */
|
||||
#post-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
/*margin: 0 auto; (선택) 가운데 정렬 */
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user