Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 7 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | (function($) { |
||
2 | $(document).ready(function(){ |
||
3 | // Target your .container, .wrapper, .post, etc. |
||
4 | $(".post").fitVids(); |
||
5 | }); |
||
6 | |||
7 | })(jQuery); |