单个容器上的自适应HTML5视频和Canvas

时间:2018-11-13 09:11:01

标签: canvas responsive-design html5-canvas

Canvas should be resized when it comes to mobile browser and their points but it's not working?

//这是用于制作响应式画布的代码

  @media screen and (max-width: 360px) { 

     .canvasmobile { 
             width:100% !important;
             height:100% !important; 

        } 
        } 

0 个答案:

没有答案