how to make the background_image to fit different screen size? ``` ruby Prime::Styles.define :sidebar do style :screen, background_color: nil, content_mode: UIViewContentModeScaleAspectFill, # not works background_image: 'backgrounds/sidebar.jpg' ``` or do we need to build xib assets for multiple background images? thanks
how to make the background_image to fit different screen size?
or do we need to build xib assets for multiple background images?
thanks