5t3ph / eleventy-plugin-social-images

Create dynamic images sized for social media tags for your Eleventy content.
https://www.npmjs.com/package/@11tyrocks/eleventy-plugin-social-images
49 stars 9 forks source link

Allow plugin users to specify custom dimensions #7

Closed BenDMyers closed 3 years ago

BenDMyers commented 3 years ago

Howdy, Stephanie! This is a fantastic plugin, and I'm super appreciative that you've put this together!

I decided to try to use this to generate YouTube thumbnails, and ran into a snag, since optimal thumbnails are 1280px wide and 720px tall.

This pull request should allow plugin users to provide custom width, height, and deviceScaleFactor arguments. The defaults remain 600, 315, and 2. Please let me know if you have any questions, concerns, or feedback!