mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
more minor tweeks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1b99e2a4dd
commit
b900d926cd
@ -39,6 +39,7 @@ $(document).ready(function() {
|
|||||||
cur.addClass("current-image")
|
cur.addClass("current-image")
|
||||||
cur.parents(".ribbon").addClass("current-ribbon")
|
cur.parents(".ribbon").addClass("current-ribbon")
|
||||||
|
|
||||||
|
|
||||||
var container = cur.parents('.container')
|
var container = cur.parents('.container')
|
||||||
var field = cur.parents(".field")
|
var field = cur.parents(".field")
|
||||||
|
|
||||||
@ -175,7 +176,10 @@ function nextImage(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* single image theme (start everything with .single-image-mode) */
|
/* single image theme (start everything with .single-image-mode)
|
||||||
|
*
|
||||||
|
* XXX need to make this touch friendly...
|
||||||
|
*/
|
||||||
.single-image-mode .image {
|
.single-image-mode .image {
|
||||||
opacity: 0.0;
|
opacity: 0.0;
|
||||||
}
|
}
|
||||||
@ -240,4 +244,5 @@ function nextImage(){
|
|||||||
<button onclick="showSingle()">single</button>
|
<button onclick="showSingle()">single</button>
|
||||||
<button onclick="showRibbon()">ribbon</button>
|
<button onclick="showRibbon()">ribbon</button>
|
||||||
|
|
||||||
|
|
||||||
<!-- vim:set ts=4 sw=4 nowrap : -->
|
<!-- vim:set ts=4 sw=4 nowrap : -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user