Joomla Module with video background

Resolved Issue
PS Fullwidth Slideshow Ajay
  • (1 Ratings)

Hello,

using PS Fullwidth Slideshow is possible to display a video like background? If not, I'm thinking to create a module with transparent background to show a video like background and insert on it some text and links. About you, is it possible? Which is the best method to create a Joomla module (for example custom HTML) with transparent background?

Thank you and best regards,
Ajay

Accepted Answer

Ajay Accepted Answer

7 years ago #129

Hi Ajay,

Now, the video background is not possible in PS Fullwidth Slideshow but in next release we'll adding it.

Yes if you want to add custom Joomla module with video transparent background then use below code

<iframe width="100%" height="100%" src="https://www.youtube.com/embed/_xw_I8WIe64?autoplay=1&rel=0&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
<div style="position: absolute;width: 100%;top: 0;height: 100%;background: rgba(0, 0, 0, 0.51);"></div>

Note: above code is for Youtube videos

Best Regards,

AppClave Team

Thank you very much for your good support

1 Responses

AppClave

7 years ago #128

Hi Ajay,

Now, the video background is not possible in PS Fullwidth Slideshow but in next release we'll adding it.

Yes if you want to add custom Joomla module with video transparent background then use below code

<iframe width="100%" height="100%" src="https://www.youtube.com/embed/_xw_I8WIe64?autoplay=1&rel=0&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
<div style="position: absolute;width: 100%;top: 0;height: 100%;background: rgba(0, 0, 0, 0.51);"></div>

Note: above code is for Youtube videos

Best Regards,

AppClave Team

Submit Your Response