Page 1 of 1
How to make a header resize an image at different breakpoints
Posted: Sat Jul 13, 2019 1:04 am
by alan_sh
I want a page which has a header in it (something that stays at the top when the page scrolls up) and which has an image in it which resizes (rather than crops) at each breakpoint.
Is this possible? If so, how?
Alan
Re: How to make a header resize an image at different breakpoints
Posted: Sat Jul 13, 2019 6:30 am
by Pablo
If you use a page header then the content will have absolute/fixed positions so you will have to update the layout in each breakpoints.
If you use a layout grid then the content will be flexible.
Re: How to make a header resize an image at different breakpoints
Posted: Sat Jul 13, 2019 4:33 pm
by alan_sh
Thanks. I'll give that a go
Alan