Skip to content

Instantly share code, notes, and snippets.

@otb
Created October 23, 2012 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otb/3941167 to your computer and use it in GitHub Desktop.
Save otb/3941167 to your computer and use it in GitHub Desktop.
Current:
{
playback: {
data: {
src: "http://staging.qp1.ikiwq.com/owen/media/images/640x960/4d1826bb427fcfe61017c9a4371f207c.jpg"
},
type: "image"
},
thumbnails: [
{
width: 320,
src: "http://staging.qp1.ikiwq.com/owen/media/images/320x240/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 240
},
{
width: 640,
src: "http://staging.qp1.ikiwq.com/owen/media/images/640x960/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 480
},
{
width: 110,
src: "http://staging.qp1.ikiwq.com/owen/media/images/110x110/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 110
}
],
id: "L3761ID5"
}
Proposal:
---
{
playback: {
data: {
image_sources: [
{
width: 640,
src: "http://staging.qp1.ikiwq.com/owen/media/images/640x960/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 9640
},
{
width: 320,
src: "http://staging.qp1.ikiwq.com/owen/media/images/320x240/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 240
}
],
type: "image"
}
},
thumbnails: [
{
width: 320,
src: "http://staging.qp1.ikiwq.com/owen/media/images/320x240/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 240
},
{
width: 110,
src: "http://staging.qp1.ikiwq.com/owen/media/images/110x110/4d1826bb427fcfe61017c9a4371f207c.jpg",
height: 110
}
],
id: "L3761ID5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment