You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
I see a problem. I basically have my website setup so an admin can upload files which the php will create the folder, but if I am correct for the lightbox feature to work you have to change this code each time you add a folder?
"
$(document).ready(function()
{
$("a[rel='flyers']").colorbox({maxWidth: "90%", maxHeight: "90%", opacity: ".5"});
}
);
"
Is there anyway to automate this instead of me having to come in and add it every time a new photo album is created?
The text was updated successfully, but these errors were encountered:
I know there is probably a "cleaner" way to do this but hey, it works. I have a working example if you would like to test it out. Let me know and I will email you the log in. http://trend-source.com/multi-gallery-example/
I see a problem. I basically have my website setup so an admin can upload files which the php will create the folder, but if I am correct for the lightbox feature to work you have to change this code each time you add a folder?
"
$(document).ready(function()
{
$("a[rel='flyers']").colorbox({maxWidth: "90%", maxHeight: "90%", opacity: ".5"});
}
);
"
Is there anyway to automate this instead of me having to come in and add it every time a new photo album is created?
The text was updated successfully, but these errors were encountered: