Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Square box after scratch the image , why this square box coming ? #59

Open
yashfale opened this issue Jul 17, 2021 · 0 comments
Open

Square box after scratch the image , why this square box coming ? #59

yashfale opened this issue Jul 17, 2021 · 0 comments

Comments

@yashfale
Copy link

Hi Team i am getting square box after scratch the image.

<script>
    $('#ScratchMe').wScratchPad({
        size: 75,          // The size of the brush/scratch.
        bg: '#cacaca',
        fg: '#6699ff',  // Foreground (image path or hex color).
    });
</script>
<div class="Pawna-Camp-ForeGround">
    <div id="ScratchMe">
    </div>
</div>
.Pawna-Camp-ForeGround {
    display:flex;
    align-items: center;
    /*background-color: #5a6dcc;*/
    height:100vh;
    background-size:cover;
}
#ScratchMe {
    background-image: url('../img/WinScratchCard/GooglePay4.JPG');
    background-size: cover;
    height: 300px;
    width: 300px;
    border:hidden;
}

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant