retina display menu thumbnails

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeretina display menu thumbnails

This topic has been marked as not resolved.

Hey TB

When using brand thumbnails in the Menu, i can’t get them to look alright on retina display’s. Any idea?

August 22, 2015 at 11:12 pm #42792

I managed to fix it by

editing MenuPlugin.php

from :
$manufacturer['image'] = (string) $this->getModel()->resizeImage($manufacturer['image'], $item_settings['image_size_x'], $item_settings['image_size_y']);

to :

$manufacturer['image'] = (string) $this->getModel()->resizeImage($manufacturer['image'], $item_settings['image_size_x'] * 2, $item_settings['image_size_y'] * 2);

Is this the proper solution?

August 22, 2015 at 11:55 pm #42794

Hi,

This is a possible fix, yes. We will surely add a more precise image control in future versions.

BR,
ThemeBurn team

August 28, 2015 at 11:02 am #42899
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.