[RSS Feed/News] Resize images in post

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In XF1 we could add this code (in extra.css) to resize images in post (and it wold resize on mouse click).
What is equivalent for that in XF2 (for extra.less)?

Code:

Code:
.message .messageContent .messageText img {
max-width: 350px;
max-height: 350px;
}

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom