TinyMCE-> Insert media doesnt show the actual Media size and it assigns smaller than actual image pixel size
Hi,
When I insert an image in my rich text content, the media
picker doesn’t show the actual image size and the inserted image tag has smaller
pixel size.
At this point, I have to know the actual image size and
manually type the size in the insert image popup.
Is there any way to have insert media popup automatically suggests
the actual media size?
The Insert Media dialog should show the actual pixels of the image you select. The only reason I can think it wouldn't, is if you click an image that is larger than the "Maximum image width" for the RTE as defined in the datatype's prevalues. The default is 500px - if you try to select one bigger it will attempt to resize it.
Check your settings in Developer -> Datatypes -> Richtext Editor -> Maximum default size of inserted images
TinyMCE-> Insert media doesnt show the actual Media size and it assigns smaller than actual image pixel size
Hi,
When I insert an image in my rich text content, the media picker doesn’t show the actual image size and the inserted image tag has smaller pixel size.
At this point, I have to know the actual image size and manually type the size in the insert image popup.
Is there any way to have insert media popup automatically suggests the actual media size?
Thank you,
Hi Allan,
The Insert Media dialog should show the actual pixels of the image you select. The only reason I can think it wouldn't, is if you click an image that is larger than the "Maximum image width" for the RTE as defined in the datatype's prevalues. The default is 500px - if you try to select one bigger it will attempt to resize it.
Check your settings in Developer -> Datatypes -> Richtext Editor -> Maximum default size of inserted images
Hope this helps,
Tom
You nailed it Tom, Thank you.
is working on a reply...