forked from 0x2620/pandora
MSIE 10 supports gradients and loading but requires height: 'auto' to get image scaling right
This commit is contained in:
parent
48985985bf
commit
62af7f05a5
5 changed files with 20 additions and 11 deletions
|
|
@ -24,11 +24,14 @@ pandora.ui.home = function() {
|
|||
right: 0,
|
||||
bottom: 0,
|
||||
width: '320px',
|
||||
height: 'auto',
|
||||
margin: 'auto',
|
||||
opacity: 0,
|
||||
MozTransform: 'scaleY(-1)',
|
||||
MsTransform: 'scaleY(-1)',
|
||||
OTransform: 'scaleY(-1)',
|
||||
WebkitTransform: 'scaleY(-1)'
|
||||
WebkitTransform: 'scaleY(-1)',
|
||||
transform: 'scaleY(-1)'
|
||||
})
|
||||
.appendTo(that),
|
||||
|
||||
|
|
@ -60,6 +63,7 @@ pandora.ui.home = function() {
|
|||
right: 0,
|
||||
bottom: '160px',
|
||||
width: window.innerWidth + 'px',
|
||||
height: 'auto',
|
||||
margin: 'auto',
|
||||
cursor: 'pointer'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue