Can I enlarge video image in "Latest Videos" widget?

Isleander
Isleander
@isleander
3 years ago
545 posts
Hello again,

Been trying to find the answer to this - unsuccessfully though.

I would like to increase the size of the video image (not the actual video) that appears in the "Latest Videos" widget. I have attached a screenshot.

Thank you for your continual help!
VideoSize.jpg
VideoSize.jpg  •  51KB


updated by @isleander: 06/20/21 04:47:19AM
paul
@paul
3 years ago
4,325 posts
It'll be one of the Video module templates you need to edit.
Can't be sure which one from your image, maybe the item_list.tpl? It depends on the widget code.
hth


--
Paul Asher - JR Developer and System Import Specialist
Isleander
Isleander
@isleander
3 years ago
545 posts
Probably this then.... (image).
However, not seeing anywhere to resize the image.
updated by @isleander: 03/20/21 04:24:00AM
douglas
@douglas
3 years ago
2,767 posts
Was that page created with SiteBuilder?

If so it is going to be a widget template.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Isleander
Isleander
@isleander
3 years ago
545 posts
douglas:
Was that page created with SiteBuilder?
If so it is going to be a widget template.
Hope this helps!

Yes, Site Builder,
So at present the only ref. to image size in the widget code that I can see is “size=large” (please see image). Is that where to change the image size? and if so, how exactly would I do that?

Thanks again!
paul
@paul
3 years ago
4,325 posts
The size of the image is being limited by the specified column widths of the page.
Look a few lines before the image code and you'll see a div class="col2" with the right hand text in a class="col10"
Adjust these classes such that the column total is always 12 and the image should occupy the full column width specified.
hth


--
Paul Asher - JR Developer and System Import Specialist
Isleander
Isleander
@isleander
3 years ago
545 posts
paul:
The size of the image is being limited by the specified column widths of the page.
Look a few lines before the image code and you'll see a div class="col2" with the right hand text in a class="col10"
Adjust these classes such that the column total is always 12 and the image should occupy the full column width specified.
hth

Worked a treat! Thank you Paul!