By Steve on Saturday, 15 November 2014
Posted in Technical Issues
Likes 0
Views 0.9K
Votes 0
Hello,

When I insert the image everytime, it is automatically set to thumbnail and i need to select to original size in customize manually everytime, is it possible to change the default to original size?

Thanks and Best regards,
Steve
hello Steve,

I am really sorry for the delay of this reply as it is a weekend for us here.
Unfortunately that was no option for configure this in current system.
Because default behaviour currently as most of the time, user's / site owner's wouldn't want to use the original size since most of the time, the image itself is pretty huge and make the page load spend a lot of time.

by the way, if you really want this, you can modify this file everytime you update Easyblog in the future -> JoomlaFolder/components/com_easyblog/themes/dashboard/system/media.php

//LINE 98
maxVariationHeight: '<?php echo $system->config->get( 'main_media_manager_image_panel_max_variation_image_height' ); ?>'

//Replace with

maxVariationHeight: '<?php echo $system->config->get( 'main_media_manager_image_panel_max_variation_image_height' ); ?>',
defaultVariation: "original"


After you done this code, everytime the user upload a image from media manager and insert the image file in your creation blog page, then it will show the original size.

Hope this help.
·
Saturday, 15 November 2014 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot!
·
Saturday, 15 November 2014 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Steve,

You're welcome.
·
Saturday, 15 November 2014 21:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post