uploaded images in fancybox
- Single Page
Posted 06 August 2012 - 10:38 AM
taht is I want to view the images like this
How can I do this?
Posted 11 August 2012 - 10:40 AM
I don't know if this will work for you in your JavaScript (don't forget to add all the css and js needed for fancybox):
$(function(){
$('.open-file').fancybox();
});
I planned it for the new version https://github.com/scoumbourdis/grocery-crud/issues/82 and hopefully will be included. The plan is to have thumbnail if it is an image and open as a fancybox rather than a new tab.
Posted 15 August 2012 - 11:18 AM
Posted 21 August 2012 - 06:34 AM