GetSimple Support Forum
I18N Gallery for Background-Images - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: I18N Gallery for Background-Images (/showthread.php?tid=3307)



I18N Gallery for Background-Images - soy - 2012-06-26

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:
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.