Image Preloader
Categories
Component ID
1805424
Component name
Image Preloader
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2374
Component created
Component changed
Component body
Image Preloader module can be used to add a "loader icons" for images. It can be used for block, views and content types.
On configuration setting page it will give you a list of all content types, views page, blocks and list of loader icons.
Image Preloader module appends class name "image-preloader-icon" at "image" parent html tag, so you can also overright the loader icons from your theme css file with following code:
body .image-preloader-icon{
background:#image-background-color-code url("loader-icon-directory/loader-icon-name.gif") center center no-repeat;
}
