diff options
author | StrugglingDoge <cbckelley@yahoo.com> | 2019-04-30 23:19:46 -0400 |
---|---|---|
committer | StrugglingDoge <cbckelley@yahoo.com> | 2019-04-30 23:19:46 -0400 |
commit | 49360dd69ccafd8a131f7b05ce7246df4784e021 (patch) | |
tree | 2a2d630fc2d6c87556dd3f1947f41f85d1f39042 /sileodepictions/com.struggling.darkify | |
parent | fecd0ab3235a3f24de8dfe2fd2e8f1c7f3b4cda4 (diff) |
fixed??
Diffstat (limited to 'sileodepictions/com.struggling.darkify')
-rw-r--r-- | sileodepictions/com.struggling.darkify/depiction.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 096408f..2a3ca5d 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -7,14 +7,28 @@ "tabname": "Details", "views": [ { - "class": "DepictionScreenshotsView" + "itemCornerRadius": 6, + "itemSize": "{160, 275.41333333333336}", "screenshots": [ { - "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" } ], - "itemCornerRadius": 2 - "itemSize": {1920,1080} + "ipad": { + "itemCornerRadius": 9, + "itemSize": "{320, 550.8266666666667}", + "screenshots": [ + { + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" + } + ], + "class": "DepictionScreenshotView" + }, + "class": "DepictionScreenshotsView" }, { "class": "DepictionMarkdownView", |