Does strapi support full wide picture with animation?

System Information
  • Strapi Version: Any
  • Operating System: Linux
  • Database: Any
  • Node Version: Any
  • NPM Version: Any
  • Yarn Version: Any

Hello,

I am exploring strapi capabilities for full wide screen animation picture.
The sample is here:

Does strapi support this or I should customized in my web?

Thanks,
DC

That website is loading a video at the top of the page.

To answer your question, yes you can upload videos and animated images (GIFs). If you want Strapi to return large images that can be used to stretch across a full page, simply set your media breakpoint to a large value like 1920 pixels.

See Upload | Strapi Documentation for more details.

Hi Dallack,

Thank you for the guidance on the top part.
How about the middle part? It contains animated picture in the middle content.
For UX, the story telling is better, compare to static picture.
Do we need to create the image component from scratch?

Thank you

Personally, I would leave that functionality to the frontend developer and not enforce it by Strapi. Strapi is an API to provide data to frontends, whether that’s web, mobile or another server.

You could create a Content Type that is setup for this sort of component behaviour. It would give the images, text and other elements via the API to build those components on the frontend.