I saw many datalife engine templates who automatic resize the images. which module use in these templates? Thanks
open style.css or template.css and add at the end: #post-img img{max-width: 500px} Change the number 500 to what size you want it to be. Now Open shortstory.tp and search for: {short-story} Change it to: <span id="post-img">{short-story}</span> Now Open fullstory.tpl and search for: {full-story} Cange it to : <span id="post-img">{full-story}</span> enjoy
Works perfect. Is it possible to make images clickable? when user click on image, it should show full size. Best Regards