Extra Form
PHP PHP 7.0
CMS Rhymix

모바일에서 이미지를 백그라운드로 쓰려는데

나타나지가 않네요ㅠㅠ

 

아래 소스에 잘못된게 있을가요?

모바일에서 보면 안보이네요ㅠㅠ

 

<style type="text/css">.eq.main-visual .eq.main-visual-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.eq.overlay {
    position: absolute;
}
</style>
<div class="eq overlay main-visual-img" style="background-image: url('http://movementfitness.co.kr/files/attach/images/302/63eb05164eb22f1a6f80aba84f3aaa35.jpg'); ">&nbsp;</div>
 

 

  • profile
    .eq.overlay{width:100%;height:100%} 한번 넣어보셔요 높이값이랑 넓이값이 지정되지않아서 안뜨는듯 싶어요
  • profile ?
    답변 감사드립니다^^

    그런데 사이즈 지정했는데 문제 해결이 되지 않네요ㅠㅠ

    왜 이럴까요...ㅠ
  • profile
    반응형 레이아웃같은데 모바일 버전으로도 켜져있는듯 싶어요
    설정 -> 일반 -> 모바일뷰 사용 off 로 해서 작업하시는게 어떨까 싶어요