Bootstrap.css img attributes are overriding HTML settings
Posted 12 years 1 month ago
Hi,
I'm using the Gantry template (v4.1. and have a problem with bootstrap.css img attributes with the Chrome browser. The site in question is a migration from an old Joomla 1.5 site. Many of the images are scaled using HTML attributes (e.g. <img src="image-name.jpg" height="hhh" width="www" alt="alt text" />. The image display on Chrome displays the width properly but uses the height: auto setting from bootstrap.css.
How can I negate the height: auto; attribute setting?
Also, this site uses a lot of HTML tables and tables don't display well in Chrome either. Are there any relatively easy solutions?
The site displays OK (not perfectly but OK) on Firefox but the are serious image problems on IE.