div table

카테고리 없음 2017. 11. 2. 16:20 |

 

 

 div table

:

유튜브 youtube PC모바일 자동 리사이즈

 

$('#you iframe').each(function() {
  var newDiv = $('<div/>').addClass('youtube');
  $(this).before(newDiv);
  var next = $(this).next();
  newDiv.append(this).append(next);
  $(this).css({'width':'100%','height':'100%','position':'absolute','left':'0px'});

});

 

:

이미지생성

카테고리 없음 2017. 6. 16. 18:16 |

이미지 생성

 

: