With media migrating supporting the Width and Height Attribute to rewriteImgTags as per : http://drupal.org/node/1757238 , lets get the support for inline css of width/height in image tags
eg for : <img src="/sites/www.test.net/files/image/stest-usa.jpg" alt="Test U.S Inc." title=Worldwide U.S Inc." style="width: 180px; height: 157px;" border="0">
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | support-inline-css-1850790-3.patch | 1.19 KB | rahulbile |
| #2 | support-inline-css-1850790-2.patch | 1.14 KB | rahulbile |
| #1 | support-inline-css-1850790-1.patch | 825 bytes | rahulbile |
Comments
Comment #1
rahulbile commentedHere is a patch which works good for me.
Comment #2
rahulbile commentedAttached is the more updated patch to consider style property float and alt text for image.
Comment #3
rahulbile commentedmore clean patch.