My DIV of showing the Facebook comments plugin (e.g. .fb-comments) is fixed by CSS, consider that if I cannot modify that CSS, is it possible to resize the comments plugin using pure JS solution after all comments are loaded?
<div style='background-color:red;height:200px;'
class="fb-comments" data-href="http://example.com"
data-num-posts="10"></div>