mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
scaled the demo to a bore realistic size...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e64032cd16
commit
c5d618c899
@ -104,16 +104,16 @@ function nextImage(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mock-image {
|
.mock-image {
|
||||||
width: 100px;
|
width: 350px;
|
||||||
height: 60px;
|
height: 350px;
|
||||||
|
|
||||||
background: blue;
|
background: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 400px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
@ -130,8 +130,8 @@ function nextImage(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ribbon {
|
.ribbon {
|
||||||
height: 65px;
|
height: 360px;
|
||||||
width: 2000px;
|
width: 5000px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
@ -151,8 +151,8 @@ function nextImage(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.current-ribbon {
|
.current-ribbon {
|
||||||
padding-top: 10px;
|
padding-top: 20px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user