Fancybox WordPress 插件未将覆盖 div 包装到图像内容
我在 Fancybox for WordPress 插件中遇到了奇怪的故障 < a href="http://testing.losdelpatio.org/" rel="nofollow noreferrer">Los del Patio 的测试主页。
我正在尝试将特色图像放入精美的盒子中。特色图像作为一个隐藏的 div 存在,它的显示:可见和花哨。它可以工作,除非包装 div 与图像的尺寸不匹配。我什至按照说明通过调用隐藏的容器 div 的内联宽度和高度来覆盖。
这是正在发生的事情的屏幕截图:
这是我的 page-casa.phtml 模板中的代码:
<aside class="galeria-preview" role="complementary">
<h2><a class="fancybox" href="#galeria-img">Próximo Exposición: <br/>
<span class="verde"><?php echo get_post_meta($post->ID, 'galeria-proximo',true); ?></span></a></h2>
<div style="width:940px;height:400px;" id="galeria-img" class="hidden">
<?php the_post_thumbnail( 'full' ); ?>
</div>
</aside>
谢谢任何帮助偷看!
I'm experiencing a weird glitch in the Fancybox for WordPress plugin on Los del Patio's testing home page.
I'm trying to get the featured image to be pulled into a fancybox. The featured image exists as a hidden div that get's display:visible and fancyboxed. It works except the wrapping div doesn't match the image's dimensions. I've even followed the instructions to override by calling out an inline width and height for the container div that's hidden.
Here's the screenshot of what's happening:
Here's the code from my page-casa.phtml template:
<aside class="galeria-preview" role="complementary">
<h2><a class="fancybox" href="#galeria-img">Próximo Exposición: <br/>
<span class="verde"><?php echo get_post_meta($post->ID, 'galeria-proximo',true); ?></span></a></h2>
<div style="width:940px;height:400px;" id="galeria-img" class="hidden">
<?php the_post_thumbnail( 'full' ); ?>
</div>
</aside>
Thanks for any help peeps!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您直接进行此操作,而无需使用插件。
我遇到了像你一样的调整大小问题。我编码并搜索了很多,最后转移到这个具有自动调整和我的问题的 pirobox解决了...
I suggest you to go directly without using a plugin for this.
I had a resizing problem like yours. I coded and searched a lot for it and finally moved to this pirobox that has autoresing and my problem solved...