📜  如何在 Google AMP 中为 amp-carousel 添加灯箱效果?

📅  最后修改于: 2022-05-13 01:56:53.932000             🧑  作者: Mango

如何在 Google AMP 中为 amp-carousel 添加灯箱效果?

amp-carousel用于在 AMP HTML 页面中制作图像轮播。在 AMP HTML 中,还可以使用amp-lightbox-gallery向 amp-carousel 添加灯箱效果,因为 amp-carousel 仅包含图片。

所需脚本:将 amp-carousel 组件导入到标头中。

HTML


HTML


HTML


  

    
    
  
    
  
    
      
    
  
    Google AMP amp-lightbox-gallery
  
    
    
  
    
  
    
      
    

  

    
        
        
          
        
        
          
        
        
    

  


将 amp-lightbox-gallery 组件导入标头

HTML


例子:

HTML



  

    
    
  
    
  
    
      
    
  
    Google AMP amp-lightbox-gallery
  
    
    
  
    
  
    
      
    

  

    
        
        
          
        
        
          
        
        
    

  

输出:

代码输出

当我们在图像中单击时,会看到以下视图

当我们单击左上角的画廊选项时,会看到以下视图