This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
forked from harvardartmuseums/lightbox-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopening.html
48 lines (44 loc) · 2.56 KB
/
opening.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lightbox Toolkit: Opening Files</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/highlightanchor.js"></script>
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Lightbox Toolkit</h1>
<p>Documentation on the Lightbox Gallery for collaborators and operators</p>
<br /><br />
<p><a href="index.html">Overview</a></p>
<p><a href="opening.html">Opening Projects</a></p>
<p><a href="closet.html">Network Closet</a></p>
<p><a href="pcaccess.html">Accessing the PCs</a></p>
<p><a href="crestron.html">Using the Crestron Panel</a></p>
<p><a href="shades.html">Controlling the Shades</a></p>
<p><a href="regulations.html">Regulations and Project Proposals</a></p>
<p><a href="projects.html">Previous Projects</a></p>
</header>
<section>
<h1>Opening Files</h1>
<h2>Projects can be opened directly from the Lightbox Gallery once they've been <a href="pcaccess.html#loadfiles">loaded onto the computers</a>.</h2>
<p>Opening files with the full projector resolution, and at a 1920x1080 resolution on the screens, is easy: simply open the files as normal. (Different platforms may have different options for full screen or constrained viewing.)</p>
<p>Opening files across all nine screens requires a program that will display across a multi-monitor setup; we have a kiosk launcher to open Internet Explorer at full resolution across the nine screens, and Processing also offers easy solutions for this problem.</p>
<p>You can change the zoom level of files opened in IE using CTRL +, CTRL -, and CTRL 0. Note that CTRL 0 may zoom to 100%, but also may not—if the zoom level of the display itself is set to something other than 100%, IE will instead zoom to that zoom level.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/harvardartmuseums">harvardartmuseums</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>