tinymce image uploads very small

blindmime
@blindmime
12 years ago
775 posts
When I insert an image into a page via the tinymce module, they come in very small. Is there any way to adjust the sizing when it's inserted? Of the picture.
updated by @blindmime: 01/12/14 10:00:06AM
brian
@brian
12 years ago
10,149 posts
How are you inserting the image? are you doing it from the "upload image" tab of the embed plugin? Or the "gallery" tab? Or some other way?

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
12 years ago
775 posts
Yes, I'm uploading the image after I Click the Insert Media button. I've enlarged this picture after inserting, as you can see, it's low resolution. The dimensions are much smaller when inserted. I know the original images I'm loading are sufficiently large since I'm using them elsewhere.
tinymce.jpg
tinymce.jpg  •  106KB


updated by @blindmime: 12/12/13 04:08:09PM
michael
@michael
12 years ago
7,816 posts
the image url will be something like:

site-com/upimg/image/upimg_file/5

no size so its using the small one. you can add a size with:
site-com/upimg/image/upimg_file/5/xxxlarge

so the big size of the image gets used.

Might need to make 'no-size' equal the original size of the image.

Tags