We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Preloader Image Size Customization

Home Forums Puzzles Preloader Image Size Customization

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59959
    saurav
    Participant

    How can I customize the preloader image size to be more than recommended 110*110?

    Attachments:
    You must be logged in to view attached files.
    #59963
    kdv
    Participant

    add this CSS rule to your_app_name.css

    .v3d-simple-preloader-logo {
        width: 200px; /* change this value */
        height: 200px; /* change this value */
        background-size: 100% 100%;
    }

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.