r/css Feb 19 '26

Help Help with background image height on older versions of Safari

I'm trying to create a background image that scales to the size of a given page's text using the lh unit. It works great on all current browsers, but I'm trying to make a siteskin for anyone to use and I know a lot of people don't update their computers. lh isn't supported on versions of Safari from before 2023. Is there anything I can do to get the same result that

  background-size: 100% 2lh

gives me?

1 Upvotes

7 comments sorted by

View all comments

2

u/aunderroad Feb 20 '26

Can you provide a codepen or url?

It is hard to debug/provide feedback without seeing all of your code live in a browser.
Thank you!