'OpenGraph show full image size in preview

I want to show a thumbnail when sending a link. I tried it with using open graph and now it looks like that:

enter image description here

but I want it to look like this: enter image description here

how can I change the size of the image in the preview.

This is my code right now:

  <meta property="og:image" content="/media/{{ image }}">

{{ image }} is just my templatetag for the image but that works like expected so there is no need to change something there.

If it's necessary I'm also able to change the service from opengraph to some other if changing the size is not possible there.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source