Resizing Height
-
Hi, I have been looking at the code for along time now, and made some risky changes in hope I can make the height size of the RT bigger?
I’m currently looking to increase it by 392px.
Can you pleas ehelp with me this? Thanks. I made the following changes to this line to no avail and the css template as well…
/* If we’re displaying an ‘official’ tweet, reset all the heights – this option is currently switched off! */
// var rt_official_child = rotate_id + ‘ .twitter-tweet’;
// var rt_official_num = jQuery(rt_official_child).length;
// if (rt_official_num > 0) rt_height_px = ‘392px’;and the css sample
}
div.widget_rotatingtweets_widget, div.rotatingtweet, div.widget_rotatingtweets_widget div.widget-title {
max-height: 392px;
}Worht a try 🙂
The topic ‘Resizing Height’ is closed to new replies.