javierev / valdaris.com

0 stars 0 forks source link

Image credits should be added #7

Open javierev opened 9 years ago

javierev commented 9 years ago

The old credit info was:

Images created by using photos by Maribel Tixe (portrait), Jonathan Rubio (mailbox) and Javier Estévez (keyboard).'

Now it should be server information in the JSON, something like:

{
  ...
  imgUrl : 'img/image.jpg',
  imgCredits : 'Image by <a href="...">Name</a>.',
  ...
}