Created
December 12, 2016 02:36
-
-
Save matheusgimenez/147adfd180b65072e4d4c47e3a810c36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items":[ | |
{ | |
"image":[ | |
"http:\/\/localhost\/brasa_slider\/wp-content\/uploads\/2016\/11\/Captura-de-tela-de-2016-08-25-190401-1006x408.png", | |
1006, //image width | |
408, // image height | |
true // is_intermediate | |
], | |
"url":"#url1" | |
}, | |
{ | |
"image":[ | |
"http:\/\/localhost\/brasa_slider\/wp-content\/uploads\/2016\/11\/DSC00596-1006x408.jpg", | |
1006, //image width | |
408, // image height | |
true // is_intermediate | |
], | |
"url":"#url2" | |
} | |
], | |
"slider_size":2, // number of items | |
"image_size":"brasa_slider_img" // wp image size | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment