Page 1 of 1

Inserimento video

Posted: Sun Oct 22, 2017 3:31 pm
by pianacc
Salve a tutti.
Vorrei inserire nella descrizione di una categoria un video che i clienti possano visualizzare, ma senza unlink da Youtube o simili, ma scaricato nel server del sito.
E' possibile ?
Grazie a tutti.

Re: Inserimento video

Posted: Sun Oct 22, 2017 8:28 pm
by oc-extensions
Hi,

In admin, in category description, switch to code view and you can add viceo like this:

Code: Select all

<video width="720" height="540" controls>
  <source src="http://www.yourstore.com/path/to/movie/file/movie.mp4" type="video/mp4">
</video>
Whis you many sales

Re: Inserimento video

Posted: Sun Oct 22, 2017 11:14 pm
by pianacc
Thanks, I try to make the change.