<html>
<head>
<title>Magic 360™: Buttons & text</title>
<link rel="stylesheet" type="text/css" href="magic360/magic360.css" />
<script type="text/javascript" src="magic360/magic360.js"></script>
<!-- Styles for the full-screen buttons -->
<style type="text/css">
.Magic360-button.fullscreen {
background-image: url(magic360/graphics/buttons06.png);
}
.Magic360-button.fullscreen-exit {
background-image: url(magic360/graphics/buttons06.png);
}
</style>
<!-- Change the loading text and the hint text -->
<script type="text/javascript">
Magic360.lang = {
'hint-text': 'Your text here'
,'mobile-hint-text': 'Your text here'
,'loading-text': 'Loading images. Please wait...'
}
</script>
</head>
<body>
<p>You can change text shown during image loading and on the hint with <strong>Magic360.lang</strong>.</p>
<p>
<a class="Magic360" href="images/shoe/shoe-800-01.jpg" data-magic360-options="filename: shoe-360-{col}.jpg; large-filename: shoe-800-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</p>
</body>
</html>