Hi Karl. I would like to add multiple videos to the page. I've looked in the showcase, and wanted to know how can I achieve something similar?>
https://jasonrikerphoto.com/motion/work/
Thanks
X3 Photo Gallery Support Forums
Yeah, that's quite cool. I remember helping this customer to set it up, but keep in mind it does require a fair amount of manual setup by yourself ... I added some nice Javascript and CSS that helps create the layout, but it would require from you:Faust wrote: Hi Karl. I would like to add multiple videos to the page. I've looked in the showcase, and wanted to know how can I achieve something similar?>
https://jasonrikerphoto.com/motion/work/
Yes. They should be scaled down and only be a few seconds. Remember, you are going to load and autoplay all the videos at the same time for the visitor. This is only reasonable if file size and dimensions (memory usage) is limited.Faust wrote:So first of all I need to upload all videos I want to see in the page, but also edited for couple of seconds ?
So, for each item to display, you will need the original video as well as a downsized, short (duration), compressed version for the layout. They should be named in a pattern "videoname.mp4" (original) and "small_videoname.mp4" for consistency and easy linking between them.Faust wrote:I would like to have them opening same as on the link above I’ve sent you.
Yes. If you want a video loop in the layout to link to the large version, that is two files.Faust wrote:so basically I need to upload 2 files of each video ?