pinterest / widgets

JavaScript widgets, including the Pin It button.
Other
211 stars 88 forks source link

Large pin image URL is "rounded down" #120

Open kdambekalns opened 5 months ago

kdambekalns commented 5 months ago

When #118 is fixed, I see image URLs like https://i.pinimg.com/600x/b5/7a/f4/b57af41122e5c1c63b7485a4d19d6100.jpg being used. Calling that in a browser leads to https://i.pinimg.com/564x/b5/7a/f4/b57af41122e5c1c63b7485a4d19d6100.jpg instead.

Using https://i.pinimg.com/736x/b5/7a/f4/b57af41122e5c1c63b7485a4d19d6100.jpg instead works right away and uses an image 736px wide.

To fix this, https://github.com/pinterest/widgets/blob/78f5658a31130de7c317579ca7ca9cd6380e450d/pinit_main.js#L1499 needs to be adjusted…

kdambekalns commented 5 months ago

Also saves one 301 response for each image requested…

12must commented 4 months ago

[

https://canndyter.blogspot.com/ --

](url)

12must commented 4 months ago

@kentbrew @12must @slaptijack