#1 2025-01-20 10:28:56

Vito_
Member
2024-10-21
5

Bootstrap Darkroom and Video

Hello,

I have tried many combinations, and I am not happy with any of them.

Embeded videos does not work with autoplay of slideshow, and also end with Youtube's links to other videos.

VideoJS and I have some other issues, I never made it work. :-)

Has anybody found a nice solution for videos? Can you share a link?

BR Vito
https://vitoantesic.com/

Offline

 

#2 2025-01-20 10:51:10

Katryne
Member
Provence, France
2016-12-03
621

Re: Bootstrap Darkroom and Video

Hello !
I meet issues with embeded YouTube videos in a variety of sites, not only Piwigos. Especially with Firefox, but sometimes too with other browsers. It may come from the fact that I have no account at YouTube and so, I am never connected to the service. With default settings, Firefox forbids also the display of pages which integrate a page from another website.

Maybe it's the application of European regulations, maybe it's the evolution of browsers that know better than you what's good for you. So now, if I need to display a video, I download it, upload it to my site and call it up from my site.


https://album.chauvigne.info/ v.16.4  PHP: 8.4.23
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

#3 2025-01-20 11:06:25

Vito_
Member
2024-10-21
5

Re: Bootstrap Darkroom and Video

Hello Katryne,

can you post a link how does it look, please? I can not find videos on your galleries.
You add videos with 'embeded videos' plugin? And then you use your own code?

I know it's not Piwigo's bug, but I would like to use it in Piwigo.

Offline

 

#4 2025-01-20 21:39:22

Vito_
Member
2024-10-21
5

Re: Bootstrap Darkroom and Video

Hi!

I added video with "Embeded video" plugin and this looks almost good :-)

I have some issues with size. Video is 800x800.

On desktop it is OK, on mobile is cropped. If I add width=100%, it is OK on mobile, but on desktop is too huge.

I have:

<video controls autoplay>
  <source
     src="https://vitoantesic.com/v/dlesk.mp4"
     type="video/mp4">
</video>

as a code with video, and

video {
  object-fit: scale-down;
}

in CSS.

Can somebody help me with this, please?

Here is test video:
https://vitoantesic.com/index.php?/category/270

Offline

 

Board footer

Powered by FluxBB