Skip to content

Commit

Permalink
faster page loading
Browse files Browse the repository at this point in the history
  • Loading branch information
pr committed Dec 18, 2023
1 parent 0475ead commit eba80f3
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 6 deletions.
Binary file modified assets/images/360/columbia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/florida.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/florida_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/macau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/new_york_city_pier_16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/new_york_city_statue_of_liberty_exterior.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/360/new_york_city_statue_of_liberty_interior.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_low_size/columbia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_low_size/florida.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_low_size/florida_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_low_size/macau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_old/columbia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_old/florida.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_old/florida_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_old/macau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/360_old/new_york_city_pier_16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions assets/js/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ class ThreeSixtyImage {

startIndex = -1
images = [
new ThreeSixtyImage("./assets/images/360/new_york_city_pier_16.jpg", -15, -30),
new ThreeSixtyImage("./assets/images/360/new_york_city_statue_of_liberty_exterior.jpg", 15, -10),
new ThreeSixtyImage("./assets/images/360/new_york_city_statue_of_liberty_interior.jpg", -50, -10),
new ThreeSixtyImage("./assets/images/360/macau.jpg", 0, 150),
new ThreeSixtyImage("./assets/images/360/columbia.jpg", -20, 3),
new ThreeSixtyImage("./assets/images/360/florida.jpg", 0, 190),
new ThreeSixtyImage("./assets/images/360_low_size/new_york_city_pier_16.jpg", -15, -30),
new ThreeSixtyImage("./assets/images/360_low_size/new_york_city_statue_of_liberty_exterior.jpg", 15, -10),
new ThreeSixtyImage("./assets/images/360_low_size/new_york_city_statue_of_liberty_interior.jpg", -50, -10),
new ThreeSixtyImage("./assets/images/360_low_size/macau.jpg", 0, -70),
new ThreeSixtyImage("./assets/images/360_low_size/columbia.jpg", -20, 3),
new ThreeSixtyImage("./assets/images/360_low_size/florida.jpg", 0, 190),
]

function loadMesh() {
Expand Down

0 comments on commit eba80f3

Please sign in to comment.