简体   繁体   中英

react show png image with transparent style background

When I set image:

    width: 100%;
    height: 100%;
    background: url(exampl.com/image.png) no-repeat;
    background-size: cover;

It is white background. Is it possible to show the background with grey and white squares? Thank you在此处输入图像描述

The answer to another StackOverflow question perfectly solved my problem. How to create a responsive checkerboard background in CSS? Thanks to @Peter Krebs for giving a reference.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM