Place Title Inside using Fancybox 2
问题 I'am totally clueless, but have managed to get Fancybox v2.1.0 working by using the many great answers found here. Now, I would like to change the title position to the "inside" - I see various code for this, such as: $(".fancybox").fancybox({ helpers : { title: { type: 'inside' } } }); But I have no idea where to put that - do I edit the jquery.fancybox.js file? If so, where? I see on line 182 where simply the title type can be changed, but that doesn't seem to work for me. After nailing