alextseni / GreekGameDevs

MIT License
3 stars 0 forks source link

Handling of content images #13

Open alextseni opened 6 years ago

alextseni commented 6 years ago

Finish adding urls for game images in the database.

pchrysa commented 6 years ago

If I remember correctly, you are hosting your images in pinterest?

The practice in general is to use a CDN (like amazon s3). With a quick google search I found this: http://www.wpexplorer.com/free-cdn-services-for-wordpress/

alextseni commented 6 years ago

I pin images and then get the pinterest url which doesn't feel very stable. Haven't thought about CDN. Maybe it's time to migrate!

pchrysa commented 6 years ago

Check for free ones. Worst case senario, you can use amazon s3 which is for one year free and after one year you can re-consider your options. Probably Azure has for 3 years free.