Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • richardgo Friend
    #899327

    Hi all,

    I have changed my background image within the Purity lll template and that looks fine on a PC screen. When I look at my website on a mobile device like an iPhone 6 or iPad the background is very blurry.
    The code I have used is:

    .t3-wrapper{
    background:url(C:UsersPublicPicturesSample Picturesdesert.jpg); /path to your image
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

    Please advise and thank you in advance!

    Pankaj Sharma Moderator
    #899331

    Hi
    The bg image size you set in the properties as cover so it resize with this property. You can share the site url here so i can take a look in it .

    richardgo Friend
    #899334

    This is the url: http://speeltuinkindervreugd.nl/

    Thank you for your time.

    Pankaj Sharma Moderator
    #899339

    HI
    i checked the site and the bg image is not blurr , due to resize the container its showing the upper part of image that is sky and its look same as in large display . You can compare it carefully and see both are same .

    richardgo Friend
    #899346

    Thank you so far.

    Could you also please check this on a iPad? I thought it should show the same bg quality as i see on my PC screen…but it isn’t..

    Pankaj Sharma Moderator
    #899366

    Hi
    could u post a screenshot of it . As i can see its only showing the sky image in the bg in Ipad .

    richardgo Friend
    #899428

    Please find attached the screenshots.


    1. Screenshot_PC
    2. iPad-vertical-screen
    3. iPad-horizontal-screen
    Pankaj Sharma Moderator
    #899522

    Hi
    Your site is offline now , I am not able to check it . could u put it online or post your site admin details via Private reply to check it .

    richardgo Friend
    #899528

    Its online again

    Pankaj Sharma Moderator
    #899630

    Hi
    Kindly check it again it offline : http://prntscr.com/afdagj
    Provide full access of site so i can help u in this case .

    richardgo Friend
    #899753

    Sorry Pankaj, I was working on it yesterday 🙂 Online now.

    Pankaj Sharma Moderator
    #899935

    Hi
    Try to use the bg image as `
    url("http://185.56.145.73/~speelt1q/images/Template-images/bg.jpg") repeat scroll 0 0

    
    
    Remove the rgb000 from the bg code .
    richardgo Friend
    #899953

    Hi,

    I have tried it and removed but for some reason I still see that the rgb code is there again,,,

    Please see the below part of the css file… I still do see it in the source of the page..

    Maybe you know were I should look 😉

    }
    .t3-wrapper {
    background: rgba(0, 0, 0, 0) url("http://185.56.145.73/~speelt1q/images/Template-images/bg.jpg") repeat scroll 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: visible;
    }
    [/code]

    richardgo Friend
    #899980

    Hi,

    I have read an article that it has to do with the "Pixel density" of my iPad or iPhone. They say that I need to have two image sizes, one regular size and another x2 the size of the original- then use media queries to display different background images for high resolution screens….

    I Found this link but I do not know were to put this code… Display Media Queries

    Pankaj Sharma Moderator
    #899999

    Hi
    Here is doc for how to use Media queries in Bootstrap : http://getbootstrap.com/css/#grid-media-queries

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 15 replies, has 3 voices, and was last updated by  Najass Scott 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum