Help with Animations

Hello wondering if we can animate images and make a section stay the same aspect as the screen gets bigger.

Hi Adwin,

I suggest you add your image as background to your column instead of putting it as background to your section.

That way, it will be full width regardless of screen width.

Just take note of the background size property

https://www.w3schools.com/cssref/css3_pr_background-size.asp
https://www.w3schools.com/cssref/playit.asp?filename=playcss_background-size&preval=auto

Then for the logo you can add it using the image element and use a little bit of css to animate it.

Hope this helps

thanks Paul, we appreciate your help

have a great night

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.