Hi All
I am using the current version.
Is there any way I can resize the easy fancybox?
Hi All
I am using the current version.
Is there any way I can resize the easy fancybox?
Sure, see How do I show content with different sizes? on http://wordpress.org/extend/plugins/easy-fancybox/faq/
You can set default options on your Settings > Media admin page and then in your post content you can divert from them by using some extra code in the link class attribute. Here is an example of a link that will open in an alternatively sized FancyBox:
<a href="http//link.to/your/full.jpg" class="fancybox {width:200,height:320}">text or thumbnail</a>You must log in to post.