When you share a photo from your Clip-Bucket powered website on Facebook, you will notice that the thumbnail will appear very small. In this article, you will learn how to make these thumbnails change to a bigger size. Tested on v2.6.
1. Open ./styles/global/head.html
2. Find
<meta property="og:image" content="{get_photo details=$object size='m' output='non_html' alt=$object.photo_title}" />
and replace it with
<meta property="og:image" content="{get_photo details=$object size='l' output='non_html' alt=$object.photo_title}" />
3. Save & Upload
That’s it! You can now go ahead and share a photo to make sure the thumbnail is now bigger. If for some reason you get stuck at any step or need further clarification, please do not hesitate to leave a comment and I’ll get back to you as soon as possible.
Best Regards,
Richi González