Fullscreen background

An example showing how to create fullscreen background using Tizen 2.3.
body {
    background: url("img_flwr.gif");
    background-size: cover;
    background-repeat: no-repeat;
}

Responses

0 Replies