Select your language

Cheats and hacks in Joomla!

More
1 year 3 months ago #3267 by abzala
In this thread, we discuss codes and hacks for CMS Joomla!

Please Log in or Create an account to join the conversation.

More
1 year 3 months ago - 1 year 1 week ago #3271 by abzala
Replied by abzala on topic Cheats and hacks in Joomla!
Embedding audio and video in Joomla!
To insert audio mp3 into the text, use the code:
<audio src="/your path to the folder with the file/name of your track.mp3" controls="controls"></audio>

To insert an mp4 video into the text, use the code:
<video controls="controls" width="640" height="480"><source src="/your path to the file folder/name of your video.mp4" type="video/mp4"> </video>
Where width="640" height="480 is the dimensions of the video preview.
For example:<video controls="controls" width="640" height="480"><source src="/images/gallery/video/my-video/sunglasses-case/sunglasses-case.mp4" type="video/mp4 "> </video>
Last edit: 1 year 1 week ago by abzala.

Please Log in or Create an account to join the conversation.

Time to create page: 0.859 seconds