BobaBoard / boba-editor

An advanced text editor based on QuillJS, vaguely inspired by Tumblr's.
MIT License
9 stars 10 forks source link

Preventing multiple identical thumbnails during best effort embed. #30

Closed Owlor closed 3 years ago

Owlor commented 3 years ago

Best effort embed now uses all Open Graph preview images if the first available preview image is "og", otherwise it will use only the first available preview image to prevent a situation where there are multiple versions of a preview image meant for different things and it displays all of them.

I also added three test cases in embed stories, to test displaying multiple images, to test if only one version of a preview image shows up and to make sure it handles the situation where none of the images are available for preview.