change perfect ratio to 1.6

This commit is contained in:
Celogeek 2023-04-30 13:51:06 +02:00
parent edfa349b01
commit 5ec963a11e
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc

View File

@ -16,7 +16,7 @@ type Profile struct {
}
// Recommended ratio of image for perfect rendering Portrait or Landscape.
const PerfectRatio = 1.5
const PerfectRatio = 1.6
// Compute best dimension based on device size
func (p Profile) PerfectDim() (int, int) {