Support » Plugin: FancyBox for WordPress » [Plugin: FancyBox for WordPress] Fancybox Wrapping Div not matching Full Size Featured Image

  • I’m trying to get the Fancybox for WordPress plugin to wrap the #fancy_outer to the full size featured content.

    I’m using the inline for the image. When I just use a thumbnail, the fancy_outer wrapper sizes correctly, but using the inline it’s grabbing some other dimension instead of matching the contents inside.

    <h2><a class="fancybox" href="#galeria-img">Pr&oacute;ximo Exposici&oacute;n: <br/>
    			<span class="verde"><?php echo get_post_meta($post->ID, 'galeria-proximo',true); ?></span></a></h2>
    			<div style="width:940px;" id="galeria-img" class="hidden">
    				<?php the_post_thumbnail( 'full' ); ?>
    			</div>

    The page in question is clicked in the upper left corner of this page

    http://wordpress.org/extend/plugins/fancybox-for-wordpress/

  • The topic ‘[Plugin: FancyBox for WordPress] Fancybox Wrapping Div not matching Full Size Featured Image’ is closed to new replies.