Guest User

Untitled

a guest
Jul 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. .fb-comments, .fb-comments iframe[style] {width: 100% !important;}
  2.  
  3. <div class="fb-like" data-href="my.domain.com" data-layout="standard" data-send="false" data-width="255" data-show-faces="false" data-action="recommend" data-font="verdana"></div>
  4.  
  5. $(window).resize(function() {
  6. var computed_width = $('div.main-content').width();
  7. $('div.fb-like iframe').attr('style', 'border: medium none; overflow: hidden; height: 24px; width: ' + computed_width + 'px');
  8. });
  9.  
  10. #fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], #fbcomments iframe[style] {width: 100% !important;}
  11.  
  12. #fbSEOComments, #fbSEOComments iframe[style] {width: 100% !important;}
Add Comment
Please, Sign In to add comment