Admin Thumbnail Size

  • Posts: 41
  • Thank you received: 0
12 years 11 months ago #31940

I changed the thumbnail size in the configuration/files to 300 width which works great for my product display BUT it also changed my admin thumbnails in the backend which are way to big at 300. Is there a way to change the thumbnail JUST FOR ADMIN without affecting the product display thumbnail size in the frontend?

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
12 years 11 months ago #31954

You should change the code:
$this->image->display(@$row->file_path);
to:
$this->image->display(@$row->file_path,true,"",'','', 100, 100);
in both the file 'listing' of the view 'category' of the backend and the file 'image' of the view 'product' via the menu Display>Views.

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 0
12 years 11 months ago #31960

Worked perfectly! Thank you!

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum