missmatsuko / matsuko.ca

Personal portfolio site.
https://www.matsuko.ca
0 stars 0 forks source link

Image transforms service #31

Open missmatsuko opened 4 years ago

missmatsuko commented 4 years ago

Switched over to using Netlify LM from gatsby-image for image transforms so I could get absolute URLs for SEO images, but the smartcrop didn't work as well as expected. Additionally, the transforms can't seem to be triggered by Facebook's crawler, which maybe makes the SEO images useless unless loaded by a person first?

Will need to investigate other options.

missmatsuko commented 4 years ago

Using Cloudinary w/ fetch now. Should check if Netlify LM is still operating and how to disable it, if so.

missmatsuko commented 4 years ago

Also probably best to handle all this with a library... but I think one doesn't exist already. Also take a look at #30