Summary
Add support for setting image size in embeds: set width and height
What is the feature request for?
The core library
The Problem
Discord supports setting the width and height in embed images. When it's not set, images can be quite blurry. Thumbnails too.
https://discord.com/developers/docs/resources/message#embed-object-embed-image-structure
The Ideal Solution
Add width and height parameters to Embed.set_image() and Embed.set_thumbnail()
The Current Solution
There is no current solution. Images are just blurry.
Additional Context
When I send out alerts using PHP and set the image size, they look great.
Summary
Add support for setting image size in embeds: set width and height
What is the feature request for?
The core library
The Problem
Discord supports setting the width and height in embed images. When it's not set, images can be quite blurry. Thumbnails too.
https://discord.com/developers/docs/resources/message#embed-object-embed-image-structure
The Ideal Solution
Add width and height parameters to Embed.set_image() and Embed.set_thumbnail()
The Current Solution
There is no current solution. Images are just blurry.
Additional Context
When I send out alerts using PHP and set the image size, they look great.