Welcome Guest, Not a member yet? Register   Sign In
add watermark in all my pages
#2

Code:
background-size: cover; /* Resize the background image to cover the entire container */

Code:
CSS Syntax
background-size: auto|length|cover|contain|initial|inherit;

Property   Values
Value       Description
auto       Default value. The background image is displayed in its original size    
length       Sets the width and height of the background image. The first value sets the width, the second value sets the height. If only one value is given, the second is set to "auto". Read about length units    
percentage Sets the width and height of the background image in percent of the parent element. The first value sets the width, the second value sets the height. If only one value is given, the second is set to "auto"    
cover       Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges    
contain       Resize the background image to make sure the image is fully visible    
initial       Sets this property to its default value. Read about initial    
inherit       Inherits this property from its parent element. Read about inherit
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
add watermark in all my pages - by kvanaraj - 10-06-2018, 02:36 AM
RE: add watermark in all my pages - by InsiteFX - 10-06-2018, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB