index.wxml 390 B

123456789101112
  1. <xr-demo-viewer
  2. title="过滤黑色视频"
  3. intro="通过自定义材质,过滤掉视频黑色部分的案例。(无法处理次像素)"
  4. >
  5. <xr-template-removeBlack
  6. disable-scroll
  7. id="main-frame"
  8. width="{{renderWidth}}"
  9. height="{{renderHeight}}"
  10. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  11. />
  12. </xr-demo-viewer>