summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpfspot.js2
-rw-r--r--themes/default/templates/single_photo.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 3421583..555e8ff 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -756,7 +756,7 @@ function startAutoBrowse()
else {
clearInterval(autobrowse);
autobrowse = 0;
- document.getElementById('autobrowse_ico').src = web_path + "/resources/32_play.png";
+ document.getElementById('autobrowse_ico').src = web_path + "/resources/16_play.png";
}
} // startAutoBrowser()
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 20b59f8..e8e326d 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -108,7 +108,7 @@
<script type="text/javascript">
<!--
if(autobrowse && document.getElementById("autobrowse_ico"))
- document.getElementById("autobrowse_ico").src = '{$web_path}/resources/32_pause.png';
+ document.getElementById("autobrowse_ico").src = '{$web_path}/resources/16_pause.png';
/* lets preload to previous and the next image to speedup */
var image_next = new Image();