{
if (!loading_success(store.background_image)) return 1;
- return store.background_image.height / store.background_image.width;
-
- // aspect_ratio is width/height!
- // return store.background_image.aspect_ratio;
-}
+ return store.background_image.aspect_ratio;
+});