2012-06-26, 07:12:38
Hi,
I've started a new toppic for this, because it may be interesting for others, too.
I need a randomly changing background for my client, always full-screen, always centered. Second point is easy and made in a few seconds with CSS3:
Second part is a little bit harder, if I keep in mind, that the client needs to update these images as easy as possible. So I thought this may be possible with the I18N Gallery, too? Because of its easy upload function. Or are there other ways?
Best regards,
Soy.
I've started a new toppic for this, because it may be interesting for others, too.
I need a randomly changing background for my client, always full-screen, always centered. Second point is easy and made in a few seconds with CSS3:
Code:
background: url(../img/bridge.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
Second part is a little bit harder, if I keep in mind, that the client needs to update these images as easy as possible. So I thought this may be possible with the I18N Gallery, too? Because of its easy upload function. Or are there other ways?
Best regards,
Soy.
I LOVE this place. Thanks for making such a great piece of code!