demo:
hướng dẫn:
- Spoiler:
kích thước gốc: 1600px - 1200px
hướng dẫn:
- Spoiler:
- - ACP> Display> Colors & Pics> Colors> CSS
- copy và chèn codes sau vô cuối cùng (rứa cho dễ)
- bấm submit.
- Code:
.resizebox {
background: pink;
cursor: default;
display: inline-block;
font-style: normal;
font-weight: 400;
line-height: 25px;
margin: 0;
max-width: 100%;
text-align: left;
display: block-inline;
height: 25px !important;
-webkit-transition: width .5s, height .5s;
opacity: 0.9;
color: #333 !important;
}
.resizebox.gensmall.clearfix.showfull.enlarged {
background: pink url('http://i44.servimg.com/u/f44/13/54/69/46/zoomou10.png') no-repeat;
}
.resizebox.gensmall.clearfix.showfull {
background: pink url('http://i44.servimg.com/u/f44/13/54/69/46/zoomin10.png') no-repeat;
}
.resizebox .resize_border {
border: none;
display: block;
vertical-align: middle;
padding-left: 15px;
line-height: 25px;
}
.resizebox a.enlarge {
background: url('http://i44.servimg.com/u/f44/13/54/69/46/phongt11.png') no-repeat;
color: transparent;
}
.resizebox.showfull a.fullsize {
background: url('http://i44.servimg.com/u/f44/13/54/69/46/fulsiz11.png') no-repeat;
color: transparent;
float: right;
}
.resizebox.enlarged a.resize {
background: url('http://i44.servimg.com/u/f44/13/54/69/46/thunho11.png') no-repeat;
color: transparent;
}
No Comment.