0
Thumbnail images are too small for facebook opengraph to work properly. Any changes coming soon?
Responses (2)
-
Accepted Answer
0originally, the size of the pictures were restricted by facebook, actually, to 110px max.
this is set in file /components/com_muscol/views/album/view.html.php around file 202 you see this:
$document->addHeadLink( $uri->base() . MusColHelper::getThumbnailSrc( $album->image, '110', '110' ) , 'image_src');
you can change the size to say, 300, like this:
$document->addHeadLink( $uri->base() . MusColHelper::getThumbnailSrc( $album->image, '300', '300' ) , 'image_src');
-
Mark Clarkemore than a month agoIs there anyway to provide the og:image explicitly?
-
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »