Browse Source

Make icons smaller and facing the user

master
Adrian Short 11 years ago
parent
commit
9f1c5cf0b1
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app/helpers/posts_helper.rb

+ 4
- 1
app/helpers/posts_helper.rb View File

@@ -32,7 +32,10 @@ module PostsHelper
:contentType => "image/vnd.layar.generic", :contentType => "image/vnd.layar.generic",
:url => subscription.icon_url, :url => subscription.icon_url,
:reducedURL => subscription.icon_url, :reducedURL => subscription.icon_url,
:size => 120
:size => 10
}
res[:transform] = {
:rel => true # icon always faces the user
} }
end end
res res


Loading…
Cancel
Save