diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 820aafe..c4f91ed --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ # Anamorph.js -Small JavaScript plugin to simplify the inclusion of full screen responsive images and video on your website. -## Getting Started -You will require jQuery either installed locally or referenced remotely. -For example: -``` - -``` +JavaScript plugin to simplify the inclusion of full screen responsive images and video on your website. + ## Usage + Include a reference to Anamorph.js in your index page. ``` @@ -30,4 +26,4 @@ As some mobile devices and tablets do not allow autoplaying of video you can pas anamorph("test.mp4",0.5,"test.jpg"); ``` ## License -This project is unlicensed under The Unlicense - see the [LICENSE](LICENSE) file for details +This project is Unlicensed - see the [LICENSE](LICENSE) file for details. diff --git a/_config.yml b/_config.yml old mode 100644 new mode 100755 diff --git a/examples/example.html b/examples/example.html old mode 100644 new mode 100755 index 4d4bb5a..2702818 --- a/examples/example.html +++ b/examples/example.html @@ -2,7 +2,6 @@