Post
Topic
Board Speculation
Merits 3 from 3 users
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
Hueristic
on 12/05/2025, 21:21:43 UTC
⭐ Merited by psycodad (1) ,vapourminer (1) ,d_eddie (1)
@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, agreed  with the point.
@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

You should ONLY use width or height (not both), unless you are purposefully wanting to distort the image.

If you place ONLY one or the other, then the forum software will automatically keep the original aspect ratio of the image.

Agreed !

Fuck, this place has really been making my brain hurt lately.