Skip to content
/ vp Public

Commit 69f0e3e

Browse files
committedMay 31, 2024
Fixed Mobile Layout, Uploaded 2 Shots to Fallout 4
- Fixed Mobile Layout not displaying images. - Added two new shots for Fallout 4.
1 parent 16dd0c9 commit 69f0e3e

File tree

3 files changed

+39
-22
lines changed

3 files changed

+39
-22
lines changed
 

‎_data/virtual-photography/Fallout-4.json

+14
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,19 @@
250250
"thumbnail-link-600": "https://i.imgur.com/hhEY2Xv.jpeg",
251251
"image1080-link": "https://i.imgur.com/niGWTip.jpeg",
252252
"aspect-ratio": "1.8096135721017907"
253+
},
254+
{
255+
"file_name": "SancHome.png",
256+
"imageFull-link": "https://i.imgur.com/i4vMop1.png",
257+
"thumbnail-link-600": "https://i.imgur.com/DcfBbME.jpeg",
258+
"image1080-link": "https://i.imgur.com/2KmqVrG.jpeg",
259+
"aspect-ratio": "2.388888888888889"
260+
},
261+
{
262+
"file_name": "SancHome2.png",
263+
"imageFull-link": "https://i.imgur.com/3oUfg4N.png",
264+
"thumbnail-link-600": "https://i.imgur.com/AnpOROG.jpeg",
265+
"image1080-link": "https://i.imgur.com/K0SWpvV.jpeg",
266+
"aspect-ratio": "2.388888888888889"
253267
}
254268
]

‎_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1><strong>{{ page.title }}</strong></h1>
135135
<script type="text/javascript">
136136
var imageData = [
137137
{% for image in site.data.virtual-photography[page.slug] %}
138-
{"thumbnail":"{{ image.thumbnail-link }}", "image1080":"{{ image.image1080-link }}", "imageFull":"{{ image.imageFull-link }}", "aspectRatio":{{ image.aspect-ratio }}},
138+
{"thumbnail":"{{ image.thumbnail-link-600 }}", "image1080":"{{ image.image1080-link }}", "imageFull":"{{ image.imageFull-link }}", "aspectRatio":{{ image.aspect-ratio }}},
139139
{% endfor %}
140140
];
141141
var pig = new Pig(imageData, {

‎pages/changelog.md

+24-21
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,45 @@ layout: page
33
title: Changelog
44
permalink: /changelog
55
---
6+
**May 31, 2024**
7+
- Fixed Mobile Layout not displaying images.
8+
- Added two new shots for Fallout 4.
69

710
**May 29, 2024**
8-
- Reuploaded Fallout 4/Division 2
9-
- Added Vibrant.js
10-
- Reuploaded images, added "Ghost of Tsushima" and "Little Kitty, Big City," updated gallery, sorted items alphabetically
11+
- Reuploaded Fallout 4/Division 2.
12+
- Added Vibrant.js.
13+
- Reuploaded images, added "Ghost of Tsushima" and "Little Kitty, Big City," updated gallery, sorted items alphabetically.
1114

1215
**April 27, 2024**
13-
- Updated Fallout-4.json
16+
- Updated Fallout-4.json.
1417

1518
**March 29, 2024**
16-
- Updated header.html
17-
- Removed Hamburger Menu, 4 Row
19+
- Updated header.html.
20+
- Removed Hamburger Menu, 4 Row.
1821

1922
**March 25, 2024**
20-
- Fixed Broken Favicon
21-
- Updated favicon.ico
22-
- Updated footer.html
23-
- Website update: Rounded corners, hover effect, layout adjustments, game galleries
24-
- Updated 404.md
23+
- Fixed Broken Favicon.
24+
- Updated favicon.ico.
25+
- Updated footer.html.
26+
- Website update: Rounded corners, hover effect, layout adjustments, game galleries.
27+
- Updated 404.md.
2528

2629
**March 24, 2024**
27-
- Updated 404.md
30+
- Updated 404.md.
2831

2932
**March 7, 2024**
30-
- Updated google-analytics.html
31-
- Updated settings.yml
32-
- Homepage: grids, custom 404, RDR2, Control images
33+
- Updated google-analytics.html.
34+
- Updated settings.yml.
35+
- Homepage: grids, custom 404, RDR2, Control images.
3336

3437
**March 3-4, 2024**
35-
- Various updates to _header.scss, pig.js, main.scss
36-
- Division 2 updates, layout, fonts, dynamic gallery size adjustment
38+
- Various updates to _header.scss, pig.js, main.scss.
39+
- Division 2 updates, layout, fonts, dynamic gallery size adjustment.
3740

3841
**March 2, 2024**
39-
- Styling fixes, banner-offset change, thumbnail displays fixed
40-
- Multiple README.md updates
41-
- Post and asset changes
42-
- Updated featured-post.html, Fallout-4.json, Gemfile
42+
- Styling fixes, banner-offset change, thumbnail displays fixed.
43+
- Multiple README.md updates.
44+
- Post and asset changes.
45+
- Updated featured-post.html, Fallout-4.json, Gemfile.
4346

4447
For detailed information, visit the [repository commit history](https://github.com/PatrickJnr/vp/commits/main/).

0 commit comments

Comments
 (0)