Are there any way to make a thumbnail in post instead of full image when using tinymce? By default the images will be display as thumbnail and it will be full image when user click on thumbnail.

Please show me if it is possible.
Thank so much

Comments

sakib000’s picture

I am getting call to undefined function: _imagecache_get_presets() on teaserthumbnail.module on line 22

someone suggested this solution

$func = (function_exists('imagecache_presets')) ? 'imagecache_presets' : '_imagecache_get_presets';
$presets = $func();

but everything goes empty

nicoloye’s picture

Issue summary: View changes
Status: Active » Closed (outdated)