
1
Yahoo! min-width
Hi everyone,
we just noted that Yahoo! is back with a min-width in the code that messed up images that does not have a width set, but only a height.
We tried this old fix @media screen yahoo { min-width:0!important } but did not work. Any thoughts? Thanks!
Hey,
not sure if it will fix it, but that old fix does not look like proper css.
Try @media screen yahoo { img { min-width: 0 !important; } }
Thanks Leo, I tried your css, but the issue persist.