Mobile app version of vmapp.org
Login or Join
Turnbaugh909

: Image for Google Card- How can I tell it is correctly 16:9 ratio? Going by google design, I need my media section of a card(which is the image showing my website) to be 16:9 ratio. I'm using

@Turnbaugh909

Posted in: #Google #GoogleMaterialDesign

Going by google design, I need my media section of a card(which is the image showing my website) to be 16:9 ratio. I'm using CSS to do this. How can I tell if media part(the image portion) this is correctly 16:9 ratio?

Note: The image itself needs to be 16:9, not the whole card. Also, I use Linux and do not own any Adobe products.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh909

1 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss782

You need to ensure that the image width relates to the height as the number 16 relates to the number 9.

16 divided by 9 is 1.77777778. That means that your image width must be 1.77777778 times larger than the height.

E.g. an image with the width of 800px should be 450px high.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme