Skip to content

Commit

Permalink
FIX: this is making oneboxed images way too big (reverts 1214262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Oct 22, 2015
1 parent 515fc49 commit 6c29781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/email/styles.rb
Expand Up @@ -43,7 +43,6 @@ def format_basic
img['width'] = 'auto'
img['height'] = 'auto'
end
add_styles(img, 'max-width:100%;') if img['style'] !~ /max-width/
end

# ensure all urls are absolute
Expand Down

0 comments on commit 6c29781

Please sign in to comment.