From 49360dd69ccafd8a131f7b05ce7246df4784e021 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:19:46 -0400 Subject: fixed?? --- .../com.struggling.darkify/depiction.json | 22 ++++++++++++++++++---- 1 file 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", -- cgit v1.2.3