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
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.
Offline
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
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