Hello,
I wonder if there is a way to set the height of the twitter widget to 100%,
i know that the width can be 100% if i do the following to my CSS:
iframe[id^='twitter-widget-']{
width:100%;
}
But how can i make the height 100%?
Or can i edit something in the .JS-script from twitter?
Any ideas?