I already have a website and I have some responsive issues that I can’t find a solution for. Just a heads up, I’m not a developer, just the owner of the web so excuse me if this is a dummy issue ??
So, we have an online portfolio and a lot of vertical pics on it, for example: [ redundant link removed ]
We are very happy with how the images display on mobile but the images are too huge on desktop and laptop version of the web.
We would really love if we could fix it this way:
/autoimuni-nutrivor/
This is a image collage set in photoshop but it looks bad on mobile version. Is there a way we can set this in code, for vertical images to behave like this, one next to the other and on the mobile one after the other?
Thank you in advance, Dina
P. S. If this is not a right place to ask this question, please, please, someone give me a link of a create a new post/topic place where I can write, it’s been a journey to find where to post on forum ??
]]>Seems like you need to define the image sizes with specificity. WordPress has the ability to serve the appropriate sized images depending on the device used to view the website.
add_image_size() function is a good way to define the sizes you need. You will need to place the function in your functions.php file. See below.
https://developer.www.ads-software.com/reference/functions/add_image_size/
Jonas
]]>