VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: EvanGR on September 30, 2020, 12:14:57 PM

Title: Get thumbnail width & height in my template?
Post by: EvanGR on September 30, 2020, 12:14:57 PM
Hello,

I need to get the two entries for thumbnail width and height, as set in the VM backend settings, in my template (category & product views).

Any ideas? Thank you.
Title: Re: Get thumbnail width & height in my template?
Post by: GJC Web Design on September 30, 2020, 14:08:37 PM
VmConfig::get('img_width',0)

VmConfig::get('img_height',0)

maybe