Skip to content Skip to sidebar Skip to footer

Override Images From Getting Height+width From Css, Html Attribute Instead

I have a universal style applied to avatars, but in this situation I want to override that to get height and width from the html attributes. entirely sure what you're asking or what you mean by get the width and height from html attributes.

The only thing I can share is that using auto you get the initial width and height, determined by your browser

Or you can use !important after each css attribute to make sure it overrides everything.

Or by using css inline with style="width:##;height:##" that will override the CSS sheet (but not !important attributes).

I'm not sure if this helps.

Post a Comment for "Override Images From Getting Height+width From Css, Html Attribute Instead"