mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 16:26:13 +03:00
[GH-ISSUE #11] Opengraph image is too large #7
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nalakawula on GitHub (Oct 9, 2019).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/11
Opengraph image result is too large "scaled up". I dont know how to discribe this, so I include secrenshot as attachment. The actual image size is 200x200.
https://ibb.co/310S1tK
@OwenMelbz commented on GitHub (Oct 9, 2019):
Hi!
Sorry about this, must be quite annoying.
This is a bit tricky to find a valid solution for, most systems recommend an open graph image of 1200x630
If the above dimensions are used, then the problem does not present itself as it scales accordingly.
One of the reasons we built this tool was help us identify problems - and ironically the fact the image is displaying massive and pixelated highlights (for us) there is a problem with the open graph images, thus it gives us an action point to fix for our clients.
So rather than us "hiding the problem" on the tool, we would prefer to make it obvious something is wrong so we can fix it.
With that being said - we won't be fixing this as it helps us spot problems.
You can always just edit the HTML yourself. e.g. The current HTML has:
You can replace the
w-fullwithmax-w-fullthen it shouldn't upscale the image to the container width.