Skip to content

Commit

Permalink
Slight layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tokee committed Nov 1, 2017
1 parent 418fc16 commit ec6d88e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 5 additions & 3 deletions demo_twitter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
: ${TIMEOUT:=60}
: ${TEMPLATE:="demo_twitter.template.html"}
: ${ALREADY_HYDRATED:=false}
: ${BACKGROUND:="000000"}

: ${RAW_W:=1}
: ${RAW_H:=1}
: ${RAW_W:=2}
: ${RAW_H:=2}
: ${ALLOW_UPSCALE:=true}

################################################################################
# FUNCTIONS
Expand Down Expand Up @@ -197,4 +199,4 @@ export TEMPLATE
export RAW_W
export RAW_H
export THREADS
INCLUDE_ORIGIN=false ./juxta.sh "$DOWNLOAD/twitter_images.dat" "$DEST"
INCLUDE_ORIGIN=false . ./juxta.sh "$DOWNLOAD/twitter_images.dat" "$DEST"
7 changes: 6 additions & 1 deletion demo_twitter.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
<script src="resources/openseadragon.min.js"></script>
<script type="text/javascript" src="resources/overlays_preload.js"></script>
<script type="text/javascript" src="resources/overlays.js"></script>

<style>
body {
background: #000000;
color: #ffffff;
}
</style>
</head>

<body>
Expand Down

0 comments on commit ec6d88e

Please sign in to comment.