I have been using twitter widget in my library management system. I want to reduce the twitter widget's ,minimum height since it's minimum height is not less than 250 px. I want it more smaller. How will I do that through css?
This is the widget code, I got from twitter:
<a class="twitter-timeline" href="https://twitter.com/vhakhikhang" data-widget-id="520463403060432896">
Tweets by @vhakhikhang
</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s) [0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>