full height on frontpage

GK User
Tue Feb 24, 2015 2:46 pm
Hi all,

I started a testsite and now I have to display the header image over the full height of the screen, even tough the content is shorter.
Can anybody help?
Thank you!

http://testcenter-websolutions.de/anne/
User avatar
Senior Boarder

teitbite
Tue Feb 24, 2015 6:47 pm
Hi

Try add this to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gkHeaderMod').height( $(window).height() );
});})(jQuery)</script>
User avatar
Moderator

GK User
Wed Feb 25, 2015 11:42 am
It work's, thank you!
I used (window).height() - 1 for hiding the scrollbar.
User avatar
Senior Boarder

teitbite
Fri Feb 27, 2015 1:33 pm
Hi

Good idea. I got to remember that. Thank You.
User avatar
Moderator


cron