Very useful extension
...any chance of being able to repeat tileable images in the future?
Repeat images? - background forum
Re: Repeat images?
if you want to use an image repeated.
Open: ext/alex75/background/styles/prosilver/theme/background.css
find:
Replace with:
save and purge cache.
Open: ext/alex75/background/styles/prosilver/theme/background.css
find:
Code: Select all
html, body {
background-size: cover;
background-position: center center;
background-image: url("./background.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}
Replace with:
Code: Select all
html, body {
background-image: url("./background.jpg");
background-repeat: repeat;
background-attachment: fixed;
}
save and purge cache.
-
- Registered User
- Posts: 519
- Joined: Sun Jun 10, 2012 9:09 am
- Location: Italy
- Name: Alessandro