Hi,
I would like to create an image with 100vh height. Does anyone have an idea how to achieve this?
Best,
Lukas
create image with 100 vh height
Hi,
I would like to create an image with 100vh height. Does anyone have an idea how to achieve this?
Best,
Lukas
If not possible within the Gridder settings, then 'Right-click" the image element and give it a Custom Class or ID:
For example give it a class of custom-image
.
Then in > Lay Options > Custom CSS & HTMl > Custom CSS >
You can target this element and add some CSS to style it.
E.g
.custom-image img{
height:100vh;
width:auto;
}
Hi Richard, it’s already been a while but I still want to say thank you for your answer and let you know it worked!
Thank you for replying, great to hear that all is working! have an amazing day ⭐️
Sincerely
Richard