[ad_1]
[ad_2]
I've put an image next to some text. What is the best way to make the image scale to the same size as the text depending on the screen size?
Does using vh for image size for example solve the problem?
I'm using the blocksy theme.
Thanks.

vw (width) or vh (height)
It all depends on the effect you want to achieve. The proportions of the image and the amount of text should be also factored in.
Without having seen the website, I’d world advise against using vh. I’d probably use 100% width and control the min height, margins and paddings of the parent container.