Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Matt Harris
Hey Robert,

Glad you got this worked out!

Best,
@themattharris 
Developer Advocate, Twitter



On Tue, Jun 28, 2011 at 12:13 PM, Robert Winnett 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 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
>> Developer Advocate, Twitter
>>
>>
>>
>>
>> On Tue, Jun 28, 2011 at 11:58 AM, Robert Winnett 
>> 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


Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
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 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
> Developer Advocate, Twitter
>
>
>
>
> On Tue, Jun 28, 2011 at 11:58 AM, Robert Winnett 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


Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hey Matt,

Do you know what size the Twitter Logo is suppose to be??

-Robert

On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris 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
> Developer Advocate, Twitter
>
>
>
>
> On Tue, Jun 28, 2011 at 11:58 AM, Robert Winnett 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


Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Lil Peck
On Tue, Jun 28, 2011 at 1:58 PM, Robert Winnett  wrote:
> Hello,
>
> Does anyone know why I am getting pixelation on my website with the
> integrated Twitter Feed?
>
> www.bucycling.com
>
>
Something else - I noticed that the home page loads slowly because the
header picture is 4703.21 KB (4816086 bytes). That is HUGE. For faster
loading, try reducing the image filesize to 24-32 kb.

-- 
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


Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Matt Harris
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 
Developer Advocate, Twitter



On Tue, Jun 28, 2011 at 11:58 AM, Robert Winnett 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-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
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