You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ your_city : Copenhagen
22
22
23
23
# Icon, screenshot and header image
24
24
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
25
-
app_video : # assets/yourvideo.mov # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
25
+
app_video_mov : # assets/yourvideo.mov # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436. Use format .mov for Safari support.
26
+
app_video_ogg : # assets/yourvideo.ogg # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436. Use format .ogg for Chrome support.
26
27
app_screenshot : assets/yourscreenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
27
28
header_image : assets/headerimage.png # Replace with alternative image path.
28
29
device_color : black # Set to blue, black, yellow, coral or white
@@ -97,7 +98,7 @@ google_analytics :
97
98
98
99
99
100
100
-
# Jekyll Configuration
101
+
# Jekyll Configuration. No need to touch this.
101
102
102
103
# The release of Mobile App Landing Page that you're using
0 commit comments