위 챗 애플 릿 미디어 구성 요소 상세 설명(영상,음악,그림)

오늘 은 주로 애플 릿 의 미디어 구성 요 소 를 간단하게 이야기 합 니 다.미디어 구성 요 소 는 영상,음악,사진 등 을 포함 합 니 다.
먼저 효과 도 를 살 펴 보 자.
 
1.이미지 이미지

<!-- 
 scaleToFill:          ,              image    
 widthFix:    ,      ,          
 aspectFill:         ,               。 
        ,                 ,           。 
 aspectFit:          ,             。    ,            。 
 
 --> 
 
<image style='width: 100%; height:150px' src='../img/models.jpg' mode='scaleToFill'></image> 
<image style='width: 200px; height:200px' src='../img/models.jpg' mode='widthFix'></image> 
<image style='width: 200px; height:100px' src='../img/models.jpg' mode='aspectFill'></image> 
<image style='width: 200px; height:100px' src='../img/models.jpg' mode='aspectFit'></image> 
그림 표시  mode 속성 은 다른 디 스 플레이 모드 를 설정 합 니 다.
2.음악 재생  audio

<!-- 
           
 src:          
 poster:       
 controls:         
 name:     
 author:     
 --> 
<audio src="{{url}}" poster="{{poster}}" controls="true" author="{{author}}" name="{{name}}"></audio> 
3.동 영상 재생 동 영상

<!-- 
      
 src:       
 danmu-list:     
 danmu-btn:         
 enable-danmu:      ,        
 loop:       
 muted        
 --> 
 
<video id='videocontext' src="{{src}}" danmu-btn='true' danmu-list='{{danmuList}}' enable-danmu='true' loop='false' muted='false'></video> 
<input class='text_danmu' bindblur='bindInputBlur' type='text'></input> 
<button bindtap='bindSendDanmu' type='primary'>    </button> 
컨트롤 의 사용 은 모두 H5 와 차이 가 많 지 않 고 코드 가 적 으 며 기능 이 강하 다. 
원본 주소
이상 이 바로 본 고의 모든 내용 입 니 다.여러분 의 학습 에 도움 이 되 고 저 희 를 많이 응원 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기