Jump to content

jenni

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by jenni

  1. Hi, thanks for your response!!

     

    I've tried working with media queries, especially to position the text- that works

    unfortunately the background-images still get cut off when resizing the browser window...

     

    maybe this could be cause because I have multiple background images- no I don't think so- I don't really get it :Unsure:

  2. Hello, I really need some help concerning multiple responsive background images.

     

    I am creating a one page website with wordpress that contains of 6 sections and each should have a background image and over it should be some content (like text)

     

    Well I have tried several things and in my latest version :P it scales the background image in proportion but it cuts some parts off the image when the browser window is smaller

                   <div id="sec_5">			<div class="span5">			<div class="txt_left">				<h2>SOME CONTENT</h2>				<p>SOME CONTENT</p>			</div> <!-- ende div txt_left -->			</div> <!-- end span5 -->		</div> <!-- ende div sec_5 -->
    #sec_5 {	padding-top:43,8%;	max-width:1920px;	height:auto;}.span5 {	background-size: 100% auto;	background-size: cover;	background-position: center center;	vertical-align: top;	background-image: url('images/page5_bg.jpg');}

    I also tried to give the background-image a specific height but then of course if you scale it down- it works perfectly without cutting off the image- but the height remains...

     

     

    I really don't know how to solve this issue!

    I'd appreciate any help!! =)

×
×
  • Create New...