Hi my fancy box image keeps disappearing whenever I click on the image,the fancy box displays the image but once I close it theirs no image. Where am I going wrong?
Fancybox javascript:
$(document).ready(function() {
$(".single_image").fancybox();
});
Fancybox Image:
<%= link_to(image_tag"blindlogo.jpg", :class=>"single_image") %>