[jQuery] FitVids.JS - 동영상 크기를 자동으로 조절

동영상 크기를 자동으로 브라우저에 맞게 조절해주는 jQuery 플러그인입니다.

해당 사이트 : http://fitvidsjs.com/

A lightweight, easy-to-use jQuery plugin for fluid width video embeds.

사용법


<script src="path/to/jquery.min.js"></script>
<script src="path/to/jquery.fitvids.js"></script>
<script>
  $(document).ready(function(){
    // Target your .container, .wrapper, .post, etc.
    $("#thing-with-videos").fitVids();
  });
</script>


1 2 3 맨끝
글쓰기