Problem with images for a responsive website

Sandie2018

Power Member
Joined
Mar 26, 2018
Messages
699
Reaction score
338
Hi everyone,

I am a total beginner and need your advice.

I have recently bought a WP theme and have to change the images to suit customer's niche.

Is there a tool where I can make different sizes out of the same image for a responsive site?
I started doing it in a photo editor, but it's horrendous work as I have many images to resize.

Any ideas?

Cheers
 
Hi everyone,

I am a total beginner and need your advice.

I have recently bought a WP theme and have to change the images to suit customer's niche.

Is there a tool where I can make different sizes out of the same image for a responsive site?
I started doing it in a photo editor, but it's horrendous work as I have many images to resize.

Any ideas?

Cheers
I don't think i got you at 100% but:
Do you mean that images are too bit or too small when you resizing a browser window?
You could use some CSS instead of resizing all images
or use width or height attribute directly on <img> tag
for example <img src="Link to image" width="100%">
 
Back
Top