By Mario Notaro on Tuesday, 26 January 2016
Posted in General
Replies 1
Likes 0
Views 415
Votes 0
Hi pls see screenshot.
I need image not to change (why does this) from default size 600x300 to 613x...
and don't need default data-style="clear". How can I remove this?
Hi Mario,

regard for you issue to remove data-style "clear" you can go to file components\com_easyblog\includes\blocks\handlers\image.php and locate the codes below at line 82:

// Style
$data->style_enabled = true;
$data->style = 'clear';


Replace it with,
 // Style
$data->style_enabled = true;
$data->style = ' ';


for image width that change from default I'm still investigate and will consult with our developer and will update you soon.

Hope this help.
·
Tuesday, 26 January 2016 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post