Hey Robert, Glad you got this worked out!
Best, @themattharris <https://twitter.com/intent/follow?screen_name=themattharris> Developer Advocate, Twitter On Tue, Jun 28, 2011 at 12:13 PM, Robert Winnett <[email protected]>wrote: > Hi Matt, > > Wow... why didnt I think of that. I did not develop the theme but damn I > should have known. > > Thank you! Ill fix that right away. > > -Robert > > On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris <[email protected]>wrote: > >> Hi Robert, >> >> You website stylesheet includes this rule: >> >> #home_main_right img { >> width: 150px; >> height: 150px; >> } >> >> This rule is telling the webpage to render the img's at the 150x150 >> resolution and is the reason for the images in the widgets being pixelated. >> To resolve the issue you should restrict the scope of that CSS rule by >> adding something like a class on the img you want to be 150x150 >> >> Best, >> @themattharris<https://twitter.com/intent/follow?screen_name=themattharris> >> Developer Advocate, Twitter >> >> >> >> >> On Tue, Jun 28, 2011 at 11:58 AM, Robert Winnett >> <[email protected]>wrote: >> >>> Hello, >>> >>> Does anyone know why I am getting pixelation on my website with the >>> integrated Twitter Feed? >>> >>> www.bucycling.com >>> >>> Please help. >>> >>> -Robert >>> >>> -- >>> Twitter developer documentation and resources: >>> https://dev.twitter.com/doc >>> API updates via Twitter: https://twitter.com/twitterapi >>> Issues/Enhancements Tracker: >>> https://code.google.com/p/twitter-api/issues/list >>> Change your membership to this group: >>> https://groups.google.com/forum/#!forum/twitter-development-talk >>> >> >> -- >> Twitter developer documentation and resources: >> https://dev.twitter.com/doc >> API updates via Twitter: https://twitter.com/twitterapi >> Issues/Enhancements Tracker: >> https://code.google.com/p/twitter-api/issues/list >> Change your membership to this group: >> https://groups.google.com/forum/#!forum/twitter-development-talk >> > > -- > Twitter developer documentation and resources: https://dev.twitter.com/doc > API updates via Twitter: https://twitter.com/twitterapi > Issues/Enhancements Tracker: > https://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > https://groups.google.com/forum/#!forum/twitter-development-talk > -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
