Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Mikhail Friend
    #1079235

    Hi All! How to change image size from small to medium in Video Play module? See attached.

    • This topic was modified 6 years, 9 months ago by  Mikhail. Reason: Answered

    1. video-small-image
    Saguaros Moderator
    #1079360

    Hi Mikhail,

    You can open the file: [root]/templates/ja_teline_v/acm/videos/tmpl/featured.php

    Look for this line of code (approx line 110):

    <?php echo JATemplateHelper::render($item, 'joomla.content.intro', array('item' => $item, 'params' => $aparams, 'img-size'=>'small')); ?>

    change the image size from small to medium

    <?php echo JATemplateHelper::render($item, 'joomla.content.intro', array('item' => $item, 'params' => $aparams, 'img-size'=>'medium')); ?>

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum