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>
Последнее редактирование: 1 год 6 мес. назад пользователем abzala.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.