Important Notice: Limited Support During Summer Vacation (August 21 - August 26)
It's that time of the year again: summer! And with it, the holidays are just around the corner.
I don't know what your plans are, but I will be heading out with my family to enjoy the outdoors and recharge for the second half of the year.
No bug extension works with mp4
- Hervé
-
Topic Author
- Offline
- Posts: 121
- Thank you received: 0
I downloaded an mp4 file in joomla4 media.
I don't see it as responsive like an external video.
I don't see any settings in the plugin configuration.
Is it possible?
Regards
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
- Posts: 1876
- Thank you received: 123
that depends... do you have an URL where I can see the video and how it is implemented on the page?
Please Log in to join the conversation.
- Hervé
-
Topic Author
- Offline
- Posts: 121
- Thank you received: 0
<video controls="controls" width="800" height="600">
<source src="/images/Altius_travaux_en_hauteur_expertise_v2.mp4" type="video/mp4" /></video>
1/ On some browsers it is on a black background; Possible to have the image or something else attractive?
2/ the same for launching the video, if it's local, it's a Joomla parameter, if it's a Vimeo url, is it a parameter for them?
preprod2.altius.fr/fr/page-test1.html
Regards
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
- Posts: 1876
- Thank you received: 123
Please Log in to join the conversation.
- Hervé
-
Topic Author
- Offline
- Posts: 121
- Thank you received: 0
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
- Posts: 1876
- Thank you received: 123
thanks.
This will not work with ochFitVids as this plugin works with iFrames, not with <video> elements.
Please Log in to join the conversation.
- Hervé
-
Topic Author
- Offline
- Posts: 121
- Thank you received: 0
And the other more general questions?
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
- Posts: 1876
- Thank you received: 123
Please Log in to join the conversation.
- Hervé
-
Topic Author
- Offline
- Posts: 121
- Thank you received: 0
Yes general?
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
- Posts: 1876
- Thank you received: 123
1/ On some browsers it is on a black background; Possible to have the image or something else attractive?
2/ the same for launching the video, if it's local, it's a Joomla parameter, if it's a Vimeo url, is it a parameter for them?
I think (didn't dive into the code), that when the location you provide is local Joomla 'knows' it is a local file and it then depends on the browser build in player (via the video element).
If it is a remote location (URL) then it should be loaded in a different way.
Please Log in to join the conversation.