Shawn Lim

Results 45 comments of 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: ![image](https://cloud.githubusercontent.com/assets/977460/4916027/122253f8-64d5-11e4-9d9a-952daaf0dc2f.png) This is the result: ![image](https://cloud.githubusercontent.com/assets/977460/4916018/01ee3830-64d5-11e4-8ed4-f93da5c4d347.png)

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. ![image](https://cloud.githubusercontent.com/assets/977460/10658142/9ad42d4c-78c6-11e5-8247-bbe0a6e7260a.png) 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...