83 Commits

Author SHA1 Message Date
Dave Rupert
8dfd0ac82c Merge pull request #192 from arthurvr/patch-2
Add semi-colon before anonymous function
2014-11-10 16:24:25 -06:00
Dave Rupert
5f5b114a9f Merge pull request #193 from arthurvr/patch-3
Fix indentation in tests.html
2014-10-13 14:05:40 -05:00
Arthur Verschaeve
f4ad1cc173 Fix indentation in tests.html 2014-10-13 20:22:43 +02:00
Arthur Verschaeve
8479536e31 Add semi-colon before anonymous function 2014-10-13 19:40:52 +02:00
Dave Rupert
98c464d1d6 Merge pull request #186 from arthurvr/master
Switch to single quotes for all strings
2014-10-06 09:54:48 -05:00
Arthur Verschaeve
35901a8a35 switched over to single quotes 2014-08-07 15:17:39 +02:00
Arthur Verschaeve
4c7e95de24 Switch to double quotes for everything 2014-08-06 18:48:16 +02:00
Dave Rupert
055bbd5a21 Merge pull request #175 from dboulet/patch-1
Bower package name mismatch
2014-07-03 08:16:23 -05:00
Dave Rupert
df2ce7eb68 Merge pull request #174 from freakdesign/master
Fix trailing comma
2014-05-30 12:19:58 -05:00
Daniel Boulet
73b1628003 Change package name in bower.json.
Change package name in bower.json to match registered package name.
2014-05-28 19:26:37 -05:00
Jason Bowman
4bacf31825 Fix trailing comma 2014-05-28 22:10:46 +10:00
Dave Rupert
2f4fbf3389 Merge pull request #168 from kenhowardpdx/master
Fix to issue #115 - Added support for disable selectors
2014-04-07 16:17:39 -05:00
Ken Howard
2e132d1b56 Updated test.html 2014-04-07 14:14:08 -07:00
Ken Howard
b28a84ded6 Added support for disable selectors 2014-04-07 13:33:52 -07:00
Dave Rupert
4dae8f5209 Merge pull request #166 from kenhowardpdx/master
Fix for merge on issue #116 - added check for CSS height and width on element
2014-04-02 17:29:26 -05:00
Ken Howard
0a83123607 added check for CSS height and width on element 2014-04-02 15:25:48 -07:00
Dave Rupert
8054992d32 Merge pull request #116 from kenhowardpdx/master
Fixed Issue #114: Set Default Width and Height when Width or Height are not numbers
2014-04-01 13:24:30 -05:00
Dave Rupert
2d5da86eaf Removed changelog from Readme 2014-02-28 14:34:49 -06:00
Dave Rupert
d052bf05d6 Bower fix v1.1.0 2014-02-28 11:39:02 -06:00
Dave Rupert
0732e7d374 Updated Bower re: #120 2014-02-28 07:31:04 -06:00
Dave Rupert
36212b66fd New style injection method. Closes #159 2014-02-28 07:30:30 -06:00
Dave Rupert
6c6f413669 Adding note about Vimeo Autoplay API in IE11. Closes #149 2013-12-12 22:32:03 -06:00
Dave Rupert
d70e63d27f Updating version number re: #137 2013-09-19 15:25:42 -05:00
Dave Rupert
d778d12fc9 Merge pull request #135 from davatron5000/feature/contributing
Contributing and issue requirements
2013-08-20 18:49:33 -07:00
Dave Rupert
f635d1db23 Contributing and issue requirements 2013-08-20 20:47:02 -05:00
Chris Coyier
f950f5e783 readme 2013-08-16 18:46:19 -05:00
Chris Coyier
b6d2a09796 zepto in readme and such v1.0.3 2013-08-16 18:39:13 -05:00
Chris Coyier
2c77b4153d Merge pull request #133 from JacobBennett/patch-1
Use with jQuery or Zepto
2013-08-16 16:34:42 -07:00
Dave Rupert
a4a7f29692 Merge pull request #134 from seriouslysean/feature-minification
Taking out line breaks so the code will minify properly
2013-08-14 15:42:55 -07:00
Sean Kennedy
4b778cbb55 Fixing missing semicolon, removing minified file 2013-08-14 18:40:31 -04:00
Sean Kennedy
eedbee5b83 Taking out line breaks so the code will minify properly 2013-08-14 18:30:22 -04:00
Jacob Bennett
be0ac64ade Use with jQuery or Zepto 2013-08-13 13:38:49 -05:00
Ken Howard
9d40b051ec Fixed when value is not a number (contains percentage sign) 2013-05-13 14:54:39 -07:00
Dave Rupert
2c42908359 Testing jQuery 1.9.1 2013-04-24 10:18:14 -05:00
Dave Rupert
ec1b7d7203 Update test for no-js max-width fallback. Resolves #88 2013-04-21 19:50:13 -05:00
Dave Rupert
18a8dac795 Merge pull request #58 from emiluzelac/patch-1
Skipping inner <object> tags with Firefox to avoid SwfObj conflict. (to ...
2013-04-21 17:30:46 -07:00
Dave Rupert
a7b4c02c5b Add ID to fit-vids-style to prevent double injection. Fixes #64 2013-04-21 16:56:06 -05:00
Dave Rupert
361147cd98 Conflict resolution 2013-04-21 16:19:16 -05:00
Dave Rupert
b3a3d75ee4 Removing minified version.
Minifying is easy to do and should be done in the build process. I'd
rather encourage that than maintain another version online.
2013-04-21 15:38:23 -05:00
Dave Rupert
0accec54f2 Narrower scope for the Kickstarter selector. Resolves #72
Kickstarter will eventually be deprecated.
2013-04-21 15:23:43 -05:00
Dave Rupert
e0e4383fa0 Merge pull request #109 from cbumgard/master
Bumped to semver 1.0.2 to avoid conflicts with existing 1.0.0 and 1.0.1 tags
2013-04-17 14:37:03 -07:00
Chris Bumgardner
1097fbbdd2 bumped to v 1.0.2 as there are already git tags for 1.0.0 and 1.0.1 2013-04-17 14:33:36 -07:00
Dave Rupert
862dae573a Merge pull request #108 from cbumgard/master
Bower registration manifest
v1.0.2
2013-04-17 14:03:17 -07:00
Chris Bumgardner
0f1a7d7c42 Bower manifest in order to register this package 2013-04-17 13:00:50 -07:00
Dave Rupert
e9d33baded Merge pull request #96 from quayzar/master
prefix issue with vendor selectors corrected
2013-03-15 15:24:54 -07:00
Ian MacKenzie
f806643751 I removed the 'www.' prefix from the supported vendor selectors, enabling FitVid to function on both 2013-02-14 14:28:12 -05:00
Chris Coyier
08aa021161 adding minified version v1.0.1 2013-01-05 09:27:20 -08:00
Dave Rupert
42e505c46b Merge pull request #85 from sstarr/master
Add support for YouTube's 'privacy-enhanced' mode
2012-11-14 11:09:47 -08:00
sstarr
c0073304ba Add support for YouTube's "privacy-enhanced" mode (http://support.google.com/youtube/bin/answer.py?hl=en&answer=171780&expand=PrivacyEnhancedMode#privacy) 2012-11-14 19:00:07 +00:00
Dave Rupert
7e1889af24 Merge pull request #83 from elliotttf/master
@elliotttf breaks all the things
2012-11-06 12:36:25 -08:00