Jump to content
  • 0

Адаптивный бэкграунд


Troll13
 Share

Question

Бьюсь над проблемой целый день :) Есть сайт - горизонтальный параллакс, никак не удается сделать фон (виньетка снизу) адаптивным, чтобы он сжимался пропорционально при изменении расширения экрана.

Уже было испробовано много вариантов.

Картинка в <body> (почему-то не удается поставить div, только картинку)


<body>
<img id="responsive" src="img/bg_body.png" />
<div id="wrapper">
<div id="header">
</body>


#responsive {
max-width:100%;
width:100%;
height: auto;
top:40%;
left:0;
position:relative;
}

так почему-то не сжимается, хотя по правилам должен.


body{
width:7000px;
background:#000 url(../img/body.png) repeat-x scroll;
background-size: 300% auto;
-webkit-background-size: 300% auto;
-moz-background-size: 300% auto;
-o-background-size: 300% auto;
-khtml-background-size:300% auto;
}
@media screen and (min-width: 1024px) { /* Specific to this particular image */
body{
font:25px 'Stint Ultra Condensed', cursive;
color:#333;
background:#000 url(../img/body.png) repeat-x 0% 100% scroll;
background-size: 300% auto;
-webkit-background-size: 300% auto;
-moz-background-size: 300% auto;
-o-background-size: 300% auto;
-khtml-background-size:300% auto;
margin-left: -4000px;
}
}

Так сжимается, но улетает наверх. Помогите разобраться, пожалуйста, хотя бы приблизительно!

Edited by Troll13
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

при background-size:% auto

фон при сужении окна браузера поднимается к верху, а должен сжиматься, оставаясь на месте. Как это сделать? Скриншот того, что получается внизу0_9c71d_5f520aa9_L.jpeg.jpg

Edited by Troll13
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy