Browse Source

Use icon_size in Layar response

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

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

@@ -32,7 +32,7 @@ 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 => 60
:size => subscription.icon_size
} }


# http://layar.com/documentation/browser/api/getpois-response/hotspots/ # http://layar.com/documentation/browser/api/getpois-response/hotspots/


Loading…
Cancel
Save