-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (17 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Quite simple to use.
Example:
<div name="steveover" maxitemsrow="3" class="soft_rounded">
<img alt="Glossy low" src="glossy sharpen low.jpg" width="825" height="550" />
<img alt="Glossy medium" src="glossy sharpen medium.jpg" width="825" height="550"/>
<img alt="Glossy high" src="glossy sharpen high.jpg" width="825" height="550"/>
<img alt="Matte low" src="matte sharpen low.jpg" width="825" height="550"/>
<img alt="Matte medium" src="matte sharpen medium.jpg" width="825" height="550"/>
<img alt="Matte high" src="matte sharpen high.jpg" width="825" height="550"/>
<img alt="Screen low" src="screen sharpen low.jpg" width="825" height="550"/>
<img alt="Screen medium" src="screen sharpen medium.jpg" width="825" height="550"/>
<img alt="Screen high" src="screen sharpen high.jpg" width="825" height="550"/>
<img alt="No Sharpen" src="no sharpen.jpg" width="825" height="550"/>
</div>
maxitemsrow is the most items allowed per row in the current link box.
theme is the name of a directory containing box.css, img.css, button.css
You can put comparators together in a table for interesting effects.