So I have a problem. On my site I have a Facebook Likebox the problem is when I run the Firefox extension Page Speed, I am told that the Facebook images that are loading with the Likebox (mostly 50x50 images of avatars of people that already like my company and 1 image that is 1x1) are loading without a height/width assigned to them. I am trying to figure out a way in PHP (I assume would work) to look at all images loaded by facebook (or might be easier to sort through all images that will be loaded and filter to the ones we want) and have
style = "height:50px;width:50px"
added to their <img tags? I have searched Facebook/Google for a way to disable the images from being sent altogether would be the best...I do not think it is possible. At least I have no clue on how to do it. Is this doable?