我想使用 iframe 在放大的弹出窗口中显示 google amp 故事,当我单击故事并到达最后一个故事元素时,我想跳到下一个故事。可能吗?这里是华丽的弹出代码;
<a class="story-popup" href="http://URL.com/1st.html/"></a>
<a class="story-popup" href="http://URL.com/2nd.html/"></a>
<a class="story-popup" href="http://URL.com/3rd.html/"></a>
这里是js代码;
$('.story-popup').magnificPopup({
type: 'iframe',
closeOnBgClick:false,
preloader: true,
gallery: {
enabled: true,
}
});
感谢您的回答