mirror of
https://github.com/discourse/discourse.git
synced 2026-08-16 16:05:10 -05:00
FIX: this is making oneboxed images way too big (reverts 121426287)
This commit is contained in:
@@ -43,7 +43,6 @@ module Email
|
||||
img['width'] = 'auto'
|
||||
img['height'] = 'auto'
|
||||
end
|
||||
add_styles(img, 'max-width:100%;') if img['style'] !~ /max-width/
|
||||
end
|
||||
|
||||
# ensure all urls are absolute
|
||||
|
||||
Reference in New Issue
Block a user