css - Disparity in Facebook Graph API profile picture size between Chrome and Firefox/Safari -


i have following code pull profile picture of current user facebook graph api in rails app:

<%= image_tag "http://graph.facebook.com/#{@user.uid}/picture?width=100&height=100" %> 

in chrome, produces image of width , height 100px, expected, in firefox , safari 200px 200px, why this?

seems working despite not making changes code , testing multiple times few hours ago. don't know issue was...


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -