[Hỏi đáp] Cách resize ảnh trong topic

  Bài viết hay nhất1
Hỏi: Ai có code resize ảnh trong topic giống CP không?
hay cách nào giống giống cũng được, minh làm theo hướng dẫn bên CP mà không được

Đáp: https://devs.forumvi.com/t280-hoi-dap-cach-resize-anh-trong-topic?showpost=p1708
  Bài viết hay nhất2
Thêm vào css code này nhé bạn :
Code:
/*sizeimage*/
.entry-content img {
   max-width: 450px !important;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.entry-content img:hover{
   max-width: 875px !important;
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   -ms-transform: scale(1);
   filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=2, M12=-0, M21=0, M22=2);
   z-index: 10;
   overflow: hidden;
}
  Bài viết hay nhất3
Thank bạn nhiều
  Bài viết hay nhất4
không có gì đâu bạn tại lục trong đống CSS tiện thý nên cho bạn lun ^^
  Bài viết hay nhất5
You cannot reply to topics in this forum