Hi,
I am using the following code. It looks fine on desktop, but leaves some empty space if the page is showed on smaller screens.
- component: oh-cell
config: {}
slots:
background:
- component: oh-image
config:
lazy: true
url: /static/images/KK.jpg
style:
object-fit: fit
max-width: 100%
max-height: 100%
class:
- card-opened-fade-out
header:
- component: f7-block
config:
style:
display: flex
flex-direction: row
align-items: center
slots:
default:
- component: Label
config:
text: testing
style:
textalign: right
On bigger, it is like below:
But, on smaller screen, it is like below:
My question is, how do make the image fully cover the cell without leaving space below when the cell width is shortened? TQ

