Is there a way to calc()
the background image size depending on vh
and vw
directly in background-size
attribute? Like background-size: calc(1vw / 2vh)*100%
or similar?
1
Is there a way to calc()
the background image size depending on vh
and vw
directly in background-size
attribute? Like background-size: calc(1vw / 2vh)*100%
or similar?
1