Roo/mailer/Column.js
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:31:18 +0000 (18:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:31:18 +0000 (18:31 +0800)
Roo/mailer/Column.js

index 8623e7e..19eabe0 100644 (file)
@@ -69,6 +69,7 @@ Roo.extend(Roo.mailer.Column, Roo.bootstrap.Component,  {
                                 tag : 'img',
                                 src : this.src,
                                 cls : 'roo-m-column-image',
+                                width : (this.width== '100%' ?  '260' : this.width ),
                                 style : 'max-width: ' + (this.width== '100%' ?  '260' : this.width ) +'px;'
                             }
                         ]