mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show small images

mgeisler opened this issue · comments

If an object is small and has a image/* Content-Type, then we could show it when the object is selected. The browser will be downloading the entire object, but for small images that should be okay.

For bigger images, we could let ZeroVM resize the image on the server-side.

This should probably wait for #142.