Github user acton393 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/1051#discussion_r172831893
  
    --- Diff: ios/sdk/WeexSDK/Sources/Component/WXVideoComponent.m ---
    @@ -85,6 +89,13 @@ - (id)init
             }
             
             [self addSubview:_playerViewController.view];
    +        
    +        _posterImageView = [[UIImageView alloc] init];
    --- End diff --
    
    How about lazy load when front-end developer specify the poster attributes


---

Reply via email to