1
例では動作しません: -AMPのIFrameがAMPライトボックス
<amp-lightbox id="my-lightbox" layout="nodisplay">
<div class="lightbox" on="tap:my-lightbox.close" role="button" tabindex="0">
<amp-iframe width="350" height="300" layout="fixed" sandbox="allow-scripts allow-same-origin allow-popups" frameborder="0" src="https://ampbyexample.com/"></amp-iframe>
</div>
</amp-lightbox>
<button class="ampstart-btn caps m2" on="tap:my-lightbox" role="button" tabindex="0">Open Iframe in Lightbox</button>
私はまた、上からのiFrame 75%または600PXの位置を操作しようとしたが、それも働いていません。
AMP iFrameには、AMPページでユーザーが選択した配信日を取得するために使用するJquery UI Calendarが含まれています。
AMP iFrameの値を取得して渡すことはできますか?
ありがとう、本当に役立ちます。 –