Does Xenoforo lacks basic functionailty of resizing image while embedding Image?

While embedding Image dialog ask for only URL of Image, No option of giving custom height & width. So if we add big image 2000X1000 and want to resize it to 500X400, there is no such option.
 

Attachments

  • Capture.webp
    Capture.webp
    8.3 KB · Views: 6
Images are automatically resized using CSS to the same criteria. The width is a maximum of 100% relative to the container it is embedded in.

You can adjust this using CSS if you wish but you can't do it on a per image basis.
 
Images are automatically resized using CSS to the same criteria. The width is a maximum of 100% relative to the container it is embedded in.

You can adjust this using CSS if you wish but you can't do it on a per image basis.
Yes image width is 100% that's issue for me, big image not looking good, i want to reduce the size. so i am manually reducing the size using ms-paint, uploading to server then embedding...Is there any work around?

Also there is no option of show html in editor so that i can add manually height & width TAGS in <img width="" height="" />
 
If you want it to be a specific size that's what you have to do.

Or mostly focus on uploading images. Uploaded images are automatically resized on upload if they exceed the maximum dimensions you set in the Options.

You also don't have to worry about the host of the image deleting it or changing it to something else.
 
Top Bottom