Skip to content

Commit

Permalink
Changed ration in FB crawlers to be 2:1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Aug 17, 2015
1 parent 5d0e19c commit dd1562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Client/Showcase.Client.App/crawlers.cshtml
Expand Up @@ -20,7 +20,7 @@
<meta property="og:image:url" content="http://@Model.HostUrl/Images/@(Model.MainImageUrl)_high.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1360" />
<meta property="og:image:height" content="780" />
<meta property="og:image:height" content="680" />
</head>
<body>
</body>
Expand Down

0 comments on commit dd1562c

Please sign in to comment.