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
 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.