Skip to content

Commit

Permalink
Added default image width of 1360 (our highest resolution for images)…
Browse files Browse the repository at this point in the history
… - needs further testing (#135)
  • Loading branch information
ivaylokenov committed Aug 15, 2015
1 parent 0dc76a8 commit aa0899a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Client/Showcase.Client.App/crawlers.cshtml
Expand Up @@ -19,6 +19,8 @@
<meta property="og:site_name" content="Telerik Academy Showcase System" />
<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" />
</head>
<body>
</body>
Expand Down

0 comments on commit aa0899a

Please sign in to comment.