diff --git a/css/style.css b/css/style.css index 714bf9a..59ab5d3 100644 --- a/css/style.css +++ b/css/style.css @@ -951,6 +951,16 @@ button.disabled:hover display: none; padding: 5px 5px 0 5px; } +.image-preview +{ + max-height: 500px; + width: auto; +} +.preview-container +{ + max-height: 500px; + width: 100%; +} .post-stats { margin: 0 10px 0 55px; diff --git a/home.html b/home.html index 9a72afe..6ca774a 100644 --- a/home.html +++ b/home.html @@ -244,6 +244,8 @@ +