I've used the shortcode from the supplied 'kfunctions.php' to place a YouTube video on a page. The video is shown OK but, regrettably, is not responsive.
Would very much appreciate some help to achieve a responsive video.
The relevant bits of code are as follows. First a template:-
Then invoke the display of the video:-
Help please?
Would very much appreciate some help to achieve a responsive video.
The relevant bits of code are as follows. First a template:-
- Code: Select all
<cms:template title='Video'clonable='1'>
<cms:editable
name='video_content'
label='Youtube'
type='richtext'>
[youtube L_KrXGWpXgY /]
</cms:editable>
</cms:template>
Then invoke the display of the video:-
- Code: Select all
<cms:do_shortcodes><cms:show video_content /></cms:do_shortcodes>
Help please?