* camera image preload implemented

This commit is contained in:
Dávid Danyi
2018-01-25 16:13:09 +01:00
parent 139116d76f
commit 32ebe4b351
2 changed files with 17 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
color: #ffffff;
text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
}
#imagePreloader {
display: none;
}
</style>
<?php $this->end() ?>
@@ -35,3 +39,4 @@
<div id="cameraImage">
<h1 id="cameraText"></h1>
</div>
<div id="imagePreloader"></div>