End of Support for Joomla 3 - Forum closed
Video background
- YODAstudio
- Offline Topic Author
- Senior Boarder
- Posts: 52
- Thank you received: 2
Hello there.
I find very interesting the possibility to set a video as a header background. Do I have to buy/install another module in order to have it or is it already included in the Alpha theme?
I'm not sure about the meaning of "Local streaming videos are not supported by mobile Devices". What kind of videos should I use to have not such a problem?
Thanks
I find very interesting the possibility to set a video as a header background. Do I have to buy/install another module in order to have it or is it already included in the Alpha theme?
I'm not sure about the meaning of "Local streaming videos are not supported by mobile Devices". What kind of videos should I use to have not such a problem?
Thanks
Do. Or do not. There is no try.
by YODAstudio
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
the video background was made with the css cover function
getuikit.com/v2/docs/cover.html
And then insert a html video:
www.w3schools.com/html/html5_video.asp
But the mobile Browser do not support HTML5 therefore is no video support on phones
the video background was made with the css cover function
getuikit.com/v2/docs/cover.html
And then insert a html video:
www.w3schools.com/html/html5_video.asp
But the mobile Browser do not support HTML5 therefore is no video support on phones
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: YODAstudio
Please Log in or Create an account to join the conversation.
- YODAstudio
- Offline Topic Author
- Senior Boarder
- Posts: 52
- Thank you received: 2
Thanks for answering.
So, using the CSS cover function is it possible to have video backgronund with some other of your templates?
Regards
So, using the CSS cover function is it possible to have video backgronund with some other of your templates?
Regards
Do. Or do not. There is no try.
by YODAstudio
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
The css cover function is included.
You need to add the video html code into the file: layouts/theme.php
You need to add the video html code into the file: layouts/theme.php
<div class="uk-cover">
<video class="uk-cover-object" width="" height="">
<source src="" type="">
</video>
</div>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: YODAstudio
Please Log in or Create an account to join the conversation.
- YODAstudio
- Offline Topic Author
- Senior Boarder
- Posts: 52
- Thank you received: 2
Please Log in or Create an account to join the conversation.
this beginner is trying to add a background Mp4 video with CSS overlay into a component from JPwork template on
LimburgDrone.nl
Can you give me some starting points how to do so?
The method described above is for complete website and every menu? How do you make it specific for a menu item / article?
At this moment I'm not sure what my need is exactly: complete backgrond video for entire page for specific menu item, i.e. landing page, or just video on part of the screen within a component section.
Links
10-guidelines-better-website-background-videos: Consider using an overlay to hide artefacts
CSS pattern generator
Can you give me some starting points how to do so?
The method described above is for complete website and every menu? How do you make it specific for a menu item / article?
At this moment I'm not sure what my need is exactly: complete backgrond video for entire page for specific menu item, i.e. landing page, or just video on part of the screen within a component section.
Links
10-guidelines-better-website-background-videos: Consider using an overlay to hide artefacts
CSS pattern generator
Last Edit:4 years 8 months ago
by renerene
Last edit: 4 years 8 months ago by renerene.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates