Open kdambekalns opened 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…
Also saves one 301 response for each image requested…
[
](url)
@kentbrew @12must @slaptijack
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…