Index: trunk/extensions/VipsScaler/modules/ext.vipsScaler/ext.vipsScaler.js |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | mask.width( width ); |
68 | 68 | caption.html( e.children("img:eq(0)").attr("alt") ); |
69 | 69 | } else { |
70 | | - mask.width( -3 ); // Remove the border with width 3px |
| 70 | + mask.width( 0 ); |
71 | 71 | caption.html( e.children("img:eq(1)").attr("alt") ); |
72 | 72 | } |
73 | 73 | }); |