Skip to content

Commit

Permalink
Add absolute image url
Browse files Browse the repository at this point in the history
  • Loading branch information
egardner committed Oct 7, 2015
1 parent 661b52a commit f62297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/assets/javascripts/ui-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function init360() {
currentFrame: 1, // This the start frame for auto spin
imgList: '.threesixty_images', // selector for image list
progress: '.spinner', // selector to show the loading progress
imagePath:'/assets/images/360/33/', // path of the image assets
imagePath:'http://gettypubs.github.io/Terracottas/assets/images/360/33/', // path of the image assets
filePrefix: '', // file prefix if any
ext: '.JPG', // extention for the assets
height: 833,
Expand Down

0 comments on commit f62297f

Please sign in to comment.