Youtube Video Profile editing?

  • Hello Guest, Are you looking for a product but it doesn't exist? Or would you like a customized add-on?
    Contact us for a personalized quote.

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

User Who Replied This Thread (Total Members: 1)

Improvement development request

Feb 5, 2018
7
0
1
38
Hi,

Is it possible to edit a template to allow a bigger youtube video size on the profile?

Thanks
 
Feb 5, 2018
7
0
1
38
So this is a profile on my forum and this is the box that appears when someone add's a youtube video....but the box is too small, so could it be enlarged?
 

Attachments

  • profile.png
    profile.png
    254.1 KB · Views: 7

XenConcept

Backend Developer
Staff member
Administrator
Oct 14, 2017
1,278
298
83
Rennes
www.xen-concept.com
Here's how to proceed.

You must create a modification of template

Go to the following links : admin.php?template-modifications/add&type=public

Template : xc_ytb_video_widget_ytb_video
Modification Key : xc_ytb_video_widget_ytb_video_extension
Description : Enlarging youtube video


Find :
HTML:
{{ widget_data($widget) }}

Replace :

HTML:
$0 style="width: 350px;"

To change the width you have to replace the value "350" by what you want

Execution order : Not change

AddOn : Not Change

Screenshot-2018-2-5 Add template modification XenConcept - Admin control panel.png
 
  • Like
Reactions: Dan619
Top