Removing Fancybox alt text/keyword inside the image popup

I noticed the new Fancybox is showing the alt text of the popup image; not sure how much this will affect the SEO for the popup image itself but if you want to get rid of it go to:


  1. /lib/js/fancybox/jquery.fancybox-1.3.4.pack.js
  2. Near the very bottom of the script it will say


overlayColor:"#777",titleShow:true
```<br />
<br />
[b]Change to:[/b]<br />
```php
overlayColor:"#777",titleShow:false
```<br />
<br />
3. Save, refresh screen and see the new pop up image without the alt/image text