Animated GIF Background - Mobile Menu
Plugin Details
Add an animated GIF to the mobile menu’s background.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// ANIMATED GIF BACKGROUND - MOBILE MENU - GHOSTPLUGINS.COM //
.header-menu-bg {
background: url(GIF-URL-HERE);
background-size: cover;
background-position: center;
}Customizable Options
GIF File
Notes
No plugin notes
Use Your Own Image
Use CSS > Manage Files to upload and generate a URL for your GIF. Then swap out GIF-URL-HERE with your GIF’s URL.
