Photo on the whole screen on mobile view
I try to fill the whole screen by photo on mobile view because some part of area is wasted.
How to fill also the black area?
How to fill also the black area?
Comments
this is unfortunately not possible.
Thanks!
First example:
The second example:
It isn't possible?
Are you sure ?
I made this code:
#Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
max-width: 100%;
}
and I've almost achieve the goal. Almost.
But there is a thin white bar at the top.
I don't know how to deal with this white bar.
I'm using this code:
@media only screen and (max-width: 767px) {
#Top_bar { position: absolute; left: 0; top: 0; background: none !important;}
}
and photo is on the whole screen. ;-) Everything is exactly as I wanted.
Thank you.