height property
      
      int
      get
      height
      
    
    
The height property of the HTMLSourceElement interface is a
non-negative number indicating the height of the image resource in CSS
pixels.
The property has an effect only if the parent of the current source
element is a picture element.
It reflects the height attribute of the source element.
Implementation
external int get height;
      
      set
      height
      (int value) 
      
    
    
    
Implementation
external set height(int value);