Perfect! that did the job. I just had to edit a few parameters.
– Now is there a way to dynamically set image dimensions to a specified content width?
In other ways i want images to fit to specific content [container] width based on various screen sizes.
– For example, this is an image of the website am constructing on a mobile. [Same applies to tablets]
– On close observation you see the image is centered. Its ok on desktop. But for tablets and mobile screens i want the image to stretch out a little bit and occupy the white spaces left and right.
– Well it should be dynamic based on the tablet or mobile screen
– I could set some image parameter so that the image occupies a certain percentage of the container width.
– At least you get what am trying to say. Is there a way a can achieve that? ??