Hi, i want to build a “welcome page” with nothing but an image, which is linked to the homepage.
I tried several Options and elements but i can not find a perfekt solution in which the image is not only resposive in the width but also in height.
Now i used the slide show full width but i can still see a small white space/line at the top and bottom.
Is there a better way to solve that? And if not, how can i remove the space?
Regards Simon
Hey!
You could try creating a Page Template and having something like this as the file content:
http://jsbin.com/vuxohomo/1/edit?html,output
Cheers!
Josue
OK thanks Josue.
I figure that out.
Could you please tell me how i can remove the one px space at the bottom and top.
And i do not understand why i can scroll the image a little bit on may 17″ Laptop because i choose stretch to fullscreen.
Regards
Hey!
Try adding this code to the Quick CSS:
div#wrap_all {
display: block !important;
}
Cheers!
Josue