Search code examples
joomlacomponentsjoomla-k2

Where does k2 component store its images in the database?


I want to retrieve/query images stored by joomla k2 component (under the Image Tab).


Solution

  • To display the K2 item image you can use this

    echo "media/k2/items/cache/".md5("Image".K2 ITEM ID HERE)."_XL.jpg";