HospitalManagementSystem
/
hospital-management
/
assets
/
js
/
pages
/
medias
/
image-gallery.js
image-gallery.js
Raw
$
(
function
(
)
{
$
(
'#aniimated-thumbnials'
)
.
lightGallery
(
{
thumbnail
:
true
,
selector
:
'a'
}
)
;
}
)
;