Shawn Lim
Shawn Lim
I'm getting the same issue. Already updated the bower package but i still get height 0px even thought my images are 480px \* 480px large
Wrote a simple example:  This is the result: 
http://plnkr.co/edit/jQZmKrKvue090h7VKDf7?p=preview instead
that doesnt make sense... previously i dont have to do that. Also, my images are coming in dynamically and I need to support different screen sizes. I should not be...
I don't really know the innards of how you wire up the transitions... but anyway when I changed `position:absolute` below to `position: relative`, the images appear again. However the transitions...
is this fixed in the new release? I see you added a new feature.
this is awkward. I dont see any `Content-Length` header. There's a `Transfer-Encoding` with value of `chunked`
You are right. It's gzip that is causing streaming to not work.  Removing the gzip middleware will fix the issue. It's too bad though, gzip is useful. :(
Renamed the issue title so others may find this useful
Yes i use `compression` Regardless, my servers is fronted by a load balancer which will also gzip content. If either the load balancer or `compression` is running gzip, then my...