Fancybox 3:将 iFrame 定位在视口的顶部?

Fancybox 3: position the iFrame in the top of the viewport?

如何将 iFrame 定位在视口顶部?向下 20 像素?

这是我的 Fancybox 代码:

$("[data-fancybox]").fancybox({
  iframe : {
    preload: false
  },
  .....
});

内容(图片除外)仅使用 CSS 居中,因此它会是这样的:

.fancybox-slide--iframe .fancybox-content {
    vertical-align: top;
    margin: 20px;
}