CSS fixed position for right panel?

z-index:1;

got it!

2 Likes

Yes
I adjust the height of the image to be as accurate as possible.

<img class="back_image" src="https://images.unsplash.com/photo-1519046904884-53103b34b206?ixid=MnwxMDEzNjV8MHwxfHNlYXJjaHwyfHxiZWFjaHxlbnwwfHx8fDE2MjA4MjMwODI&ixlib=rb-1.2.1">
    <pre><span><style>
    .back_image{
position:fixed;
width:200%;
max-width:705px;
height:calc(13.7% + 1px);
margin-left:37px;
-ms-transform: translate(-8%, -105%);
transform: translate(-8%, -105%);
z-index:1;
    }
    .jiuuwu svg {
    display: none;
    }
    [data-test="glide-app-bar"]
    {display: none}

edit height:calc(13.5% + 1px);

is not showing top of the picture in desktop, in editor looks good


arhhhh
Now is the time for the galley to begin.

Is it possible to have the link of your image?

hahahaha… i know… also mobile view is not good… ;- (
i’m fighting with this for past 3 hours… but this is a big progress!

is there any way to relate size to this window in mobile and tablet?

i fix tablet… mobile is off, it have to be the other way?

I do not think so
Is it to have your image?

you need original image?

yes why not !

ah ok I understand better (I’m like a child, it’s always better with an image :-))
I’m doing research

1 Like

if is impossible, i will make background exactly same color as glide, and remove bottom line, its gonna be easier to place it

i hope there is a way to relate size to window size, not guessing pixels

but is it a pro application?

yes, thats why i’m frustrated with tablet view

:slight_smile:

yes I may have an idea.

it is to do the job in 2 parts.

an image or a white background with the stroke.
and the gif image in real size

a bit like that.

??? how to stretch exactly to the end of window? and start in the beginning

1 Like