Skip to content

Commit 650b05a

Browse files
committed
README changes
1 parent 120ef4d commit 650b05a

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

README

+19
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,23 @@ Usage: $('body').videoBG(options);
88

99

1010
Disclaimer: Don't abuse this code... Don't use it too often, too many video instances will slow down the browser.
11+
Please bear in mind bandwidth usage for both you, and your visitors
1112

13+
14+
15+
16+
Browser Support:
17+
18+
Video Image
19+
Firefox 4 (the best experience) Yes (webm) Yes
20+
Internet Explorer 9 Yes (mp4) Yes
21+
Firefox 3.5 Yes (ogv) Yes
22+
Chrome Yes (webm/mp4) Yes
23+
Safari Yes (mp4) Yes
24+
Opera 10.5+ Yes (ogv) Yes
25+
Internet Explorer 8 No Yes
26+
Internet Explorer 7 No Yes
27+
Android Browser No Yes
28+
Mobile Safari Does not modify default behaviour
29+
Older Browsers that support position:fixed No Yes
30+
Archaic browsers Does not modify default behaviour

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ <h2>About</h2>
5858
<div class="alert">
5959
<h3>Warning</h3>
6060
<p>Don't abuse this code... Don't use it too often, too many video instances will slow down the browser.</p>
61+
<p>Please bear in mind bandwidth usage for both you, and your visitors</p>
62+
6163
</div>
6264
<h3>Browser Support</h3>
6365

jquery.videoBG.min.js

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)