Diễn Đàn Hỗ Trợ FM
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.


[Code] Css respoonsive mobile img forumotion hotrofm.net

Tác giả: - vào lúc:
Admin
Bài viết : 431
Points : 820
Like : 120
Punbb
Quản trị
Status : test
AdminACP
9/24/2016, 16:17
#1

Css respoonsive mobile img forumotion hotrofm.net


Để khắc phục lỗi ảnh to ở mobie của forumotion bạn cho code sau

Trước khi dùng Css respoonsive mobile


code - [Code] Css respoonsive mobile img forumotion hotrofm.net ErNfLLW

Sau khi dùng Css respoonsive mobile


code - [Code] Css respoonsive mobile img forumotion hotrofm.net BPlct2u

Ở 1 số forum sử dụng nhiều ảnh có thể sẽ bị thò ảnh ra ngoại bạn có thể cho code này vào để ở mobile ảnh không bị quá to

Code:

#mpage-body-modern .post-content img {  max-width:100%;}


Hoặc

Code:


/* css respoonsive mobile img forumotion hotrofm.net */
.post-content img{max-width:800px}
@media (max-width:1200px){#mpage-body-modern .post-content img{max-width:700px}}
@media (max-width:1024px){#mpage-body-modern .post-content img{max-width:600px}}
@media (max-width:800px){#mpage-body-modern .post-content img{max-width:500px}}
@media (max-width:600px){#mpage-body-modern .post-content img{max-width:400px}}
@media (max-width:480px){#mpage-body-modern .post-content img{max-width:300px}}
@media (max-width:320px){#mpage-body-modern .post-content img{max-width:280px}}

Tags: #code