Why are the images showing up sometimes in Firefox at 24px by 24px?
If I hit refresh they show up the correct size.
I end up seeing this in the inline CSS
#reel-1406829535796-reel {
height: 24px;
overflow: hidden;
position: relative;
width: 24px;
}
Then after a page refresh I see
#reel-1406829788170-reel {
height: 316px;
overflow: hidden;
position: relative;
width: 360px;
}
If I hit refresh they show up the correct size.
I end up seeing this in the inline CSS
#reel-1406829535796-reel {
height: 24px;
overflow: hidden;
position: relative;
width: 24px;
}
Then after a page refresh I see
#reel-1406829788170-reel {
height: 316px;
overflow: hidden;
position: relative;
width: 360px;
}