On my website I’d like the collection gallery to be made out of gifs instead of imagery (ideally mp4, but think that’s perhaps even less likely). I’m not sure if that’s possible. Definitely not under 300kb. So I was wondering if there’s a way around it, to increase that image size restriction? My gallery only includes 3 case studies so I wouldn’t mind slowing down the website slightly. Is it something I can achieve perhaps tweaking that limit on custom code to 1.5MB?
You’ve referenced quite a few different things in you message.
- GIFs store fine in assets, 4MB max per image
- MP4s are not supported in assets, you can host them elsewhere like Vidzflow or Bunnystream and reference them.
- Custom code is for storing code, not for storing media, so you’d use it to store e.g. a vdeo player embed which is small, It stores up to 50,000 characters of code
- None of the limits can be directly increased, if you had a use case for something larger the best approach is typically off-hosting it and referencing it from your Webflow site’s HTML.