You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.
Right now, when we load a lightbox, we load the images. (from the first page of images, at least).
This is not efficient, as the client may not need each image, and their may be 100's of lightboxes. Instead, we should stub out the image, then fetch it when the client calls for them.
The text was updated successfully, but these errors were encountered:
Issue by jhogue from Thursday Nov 21, 2013 at 23:10 GMT
Originally opened as https://github.shuttercorp.net/shutterstock/shutterstock-ruby-api-client/issues/3
Right now, when we load a lightbox, we load the images. (from the first page of images, at least).
This is not efficient, as the client may not need each image, and their may be 100's of lightboxes. Instead, we should stub out the image, then fetch it when the client calls for them.
The text was updated successfully, but these errors were encountered: