Created
August 7, 2015 19:49
-
-
Save kvignos/9499950f7fd27d92eb79 to your computer and use it in GitHub Desktop.
Our New Best Guess for Where to Find MH370: The Indian Ocean [50vh, verticalAlignment: "bottom"]
This file contains 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
{ | |
"role": "container", | |
"style": { | |
"backgroundColor": "#000" | |
}, | |
"layout": { | |
"columnStart": 0, | |
"columnSpan": 7, | |
"ignoreDocumentMargin": true, | |
"margin": { | |
"top": 0, | |
"bottom": 0 | |
} | |
}, | |
"components": [ | |
{ | |
"role": "header", | |
"behavior": { | |
"type": "parallax", | |
"factor": 0.5 | |
}, | |
"layout": { | |
"columnStart": 0, | |
"columnSpan": 7, | |
"ignoreDocumentMargin": true, | |
"minimumHeight": "50vh", | |
"margin": { | |
"top": 0, | |
"bottom": 0 | |
} | |
} | |
"style": { | |
"fill": { | |
"type": "image", | |
"path": {{PATH_NAME}}, | |
"URL": {{URL}}, | |
"fillMode": "cover", | |
"verticalAlignment": "bottom", | |
"horizontalAlignment": "bottom" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment