How To Make Twitter Photo Card To Display In Image Original Size -


how display image in twitter card in original dimension?

for example have tweet using twitter card (in indonesian language) https://twitter.com/urban_indo/status/367219691174903808

screenshot: http://i.imgur.com/zptrylw.png

the image displayed smaller original image.

but upload original image using twitter (http://pic.twitter.com), image displayed larger , readable. https://twitter.com/feliciadj/status/367185164603883522

screenshot: http://i.imgur.com/klxrhfl.png

here's meta in html

<meta property="twitter:card" content="photo" /> <meta property="twitter:site" content="urban_indo" /> <meta property="twitter:title" content="ampera lt/lb 1000/1000 siap huni" /> <meta property="twitter:image:src" content="http://www.urbanindo.com/widget/property/539192592.jpg" /> <meta property="twitter:image:width" content="652" /> <meta property="twitter:image:height" content="480" /> 

did wrong?

if using summary card-for normal image small size go directly summary cards.if need bigger image go summary large image.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -