debugging

pull/1/head
Oliver Kennedy 2018-04-27 20:59:29 -04:00
parent e20c514e10
commit 77c0d24f4b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module ImageSmith
src: uri,
style: style.map { |k, v| "#{k}:#{v}" }.join(';')
}
unless inline
unless params.fetch(:inline, false)
fields.merge(
width: size[0],
height: size[1],