Blog image issue

Permalink 3 users found helpful
I'm trying to show the latest blog posts in my home page. It shows the thumbnail image. So when I'm trying to display the image as bigger, its broken. I couldn't find any function to fetch original image instead thumbnail.
$imgHelper = Loader::helper('image'); 
$imageF = $cobj->getAttribute('thumbnail');
if($imageF){
$image = $imgHelper->getThumbnail($imageF, $thumb_width,$thumb_height)->src;
      }

BTW I'm using Pro blog. Please help me.

Rony

ronyDdeveloper