News:

Looking for documentation? Take a look on our wiki

Main Menu

Get full Category image? (not thumb)

Started by EvanGR, April 12, 2019, 09:01:36 AM

Previous topic - Next topic

EvanGR

Quick question..

I can do the following to get the category image thumbnail URL:
$categoryImgUrl = JURI::root() . $this->category->images[0]->getFileUrlThumb();

How do I get the full image instead, and not the thumb?

Thanks!

Ghost

$categoryImgUrl = JURI::root() . $this->category->images[0]->file_url;