• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Images max width/height in posts with css

Sunka

Member
Showcase
What to add in extra.css for max width and height of images inserted through editor image icon?

For xenforo forum posts I have this in my extra.css

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