2016-11-09 60 views
1

尝试使用胡子从JSON COR文件调用图像到放大器传送带。这应该很容易工作,但有一些问题。使用带放大胡子模板的放大器传送带

<amp-list width=auto 
      height=auto 
      layout=fixed-height 
      src="carousel.json"> 



       <template type="amp-mustache" id="amp-template-id"> 

        <li> 

         <amp-carousel width="400" 
          height="244" 
          layout="fixed" 
          type="slides" 
          autoplay 
          delay="4000"> 

        <amp-img width="400" 
          height="244" 
          layout="fixed" 
          src="{{src}}"></amp-img>      


         </amp-carousel> 
       </li> 

       </template> 


       <div overflow 
        role=button 
        aria-label="Show more" 
        class="list-overflow"> 
        Show more 
       </div> 
      </amp-list> 
+0

什么问题?描述哪些工作不符合预期。 –

回答