Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
Mikhail
Friend
Mikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
December 5, 2017 at 4:54 pm #1079235Hi All! How to change image size from small to medium in Video Play module? See attached.
-
This topic was modified 7 years, 2 months ago by
Mikhail. Reason: Answered
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 6, 2017 at 6:46 am #1079360Hi 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
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by
Saguaros 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
