Max-width set
Description: Logo with a max-width of 100% (very common style applied on logos)
Current behavior (pre-ungate): Logo should not exceed 100% of the container (this test logo is intentionally larger than the container it is in). The logo should also not distort (e.g. if it hits the maximum width the height should be relative to the width).
Max-width + height auto set
Description: Logo with a max-width of 100% and height of auto
Current behavior (pre-ungate): Logo should not exceed 100% of the container (this test logo is intentionally larger than the container it is in). The logo should also not distort (e.g. if it hits the maximum width the height should be relative to the width).
Max-width + height set
Description: Logo with a max-width of 100% and height set to 100px
Current behavior (pre-ungate): Image will have a height of 100px set. This will be distorted in this example however because the width is set via the image inline styles so that means it doesn't scale properly with the height in this case.
Height + width explicitly set
Description: Logo with a height of 54px and width of 209px !important
Current behavior (pre-ungate): Logo should be those exact dimensions (in this case those match the logo's proportions but the logo has a height/width attribute set to a higher value). The expectation is the styles would still apply to make the image the size set via the logo.



