awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
298 stars 79 forks source link

Added video files support to config files and video element output to glider component #475

Closed elgafy closed 2 months ago

awcodes commented 2 months ago

Why would you run a video through Glide. It can't be optimized and should just be render using the media url directly.

elgafy commented 2 months ago

You are absolutely right, I have been in situation I need to output array of gallery items which includes video files and made this adjustments to be able using glide component, I thought it might help somebody else need this implementation. For the sake of simplicity "To make it as easy as possible to output your media, Curator comes with an blade component."

Thank you for your time.