@promise444c5
Not really. If you change only width (or only height) you will never change the aspect ratio. The image scales both dimensions even if you only specify one. It's only when you use both that you can mess it up.
Yes, you are absolutely right..
We are still on same point though, i was telling him to always use width as it hadles the initial aspect ratio automatically.. i only suggest him to use height along if the image looks distorted or too long..
The image itself is using the aspect ratio 2:1 ...
Me setting the height to 200 made slight change it was supposed to be 175 to maintain the aspect ratio.
So width(350px) == width(350px)/height(175px) -> to maintain 2:1 AR