0

I have developed a website it works fine at all. Just my main front image is not coming in full size. I mean not coming on full screen with different resolution. Please check it on here. http://kelts.wpengine.com/

It may be some problem with Position or Jquery I am not sure..

How can I fix this?

Ben Trengrove
  • 8,191
  • 3
  • 40
  • 58

2 Answers2

0

Remove the height and width form the class .section img{} this may work for as u wished.

somesh
  • 589
  • 1
  • 5
  • 11
  • Have tried all these stuffs but somehow it escapes the footer.I need left sidebar , main image,and footer without any white space in between.And I guess it could be done only by the JS.Can you please take a look of that once again? – SUDHANSHU RANJAN DWIVEDI Feb 28 '13 at 07:01
  • give position:relative to the div which has class tab . Now i am getting only extra space below the image , i am correct. – somesh Feb 28 '13 at 08:05
0

I assume you can fix your problem with the CSS background-size:cover;, so don't insert the image with the img-tag, but with the CSS background property.

user2019515
  • 4,495
  • 1
  • 29
  • 42