Skip to content

Commit db64693

Browse files
committed
Added to read me - showed .min file in example
Signed-off-by: Aaron Armstrong <[email protected]>
1 parent 0360269 commit db64693

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ This is a very simple & lightweight jQuery plugin which detects the orientation
55

66
Simply add the orientation.js file to the bottom of your file, and intialize the plugin on what ever images, divs or elements you desire. ( look at example below )
77

8-
<script src="jquery.imageorientation.js"></script>
8+
<script src="min/jquery.imageorientation.min.js"></script>
99
<script>
1010
$(window).on('load', function() {
1111
$('img').orientation();
1212
});
1313
</script>
14+
15+
I have included an index.html as page as an example if need be.
16+
17+
Any feedback is greatly apprciated.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="http://peoplecd.com/wp-content/uploads/2012/10/home_6.jpg">
1111
<img src="http://images5.fanpop.com/image/photos/28300000/8th-Annual-Teen-People-Luncheon-2006-mackenzie-rosman-28338512-1833-2560.jpg">
1212
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
13-
<script src="jquery.imageorientation.js"></script>
13+
<script src="min/jquery.imageorientation.min.js"></script>
1414
<script>
1515
$(window).on('load', function() {
1616
$('img').orientation();

0 commit comments

Comments
 (0)