html - How to display a gif fullscreen for a webpage background? -


i'm trying make gif fit whole screen, far small square on screen while rest white. however, want take space.

any ideas?

if it's background, use background-size: cover;

demo

background-image: url('source.gif'); background-size: cover; 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -