Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eouia committed Apr 1, 2020
1 parent 8176ee0 commit 7d08a26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,18 @@ autoInfoPosition: (album, photo)=> {
}
```

- To give opacity to photos:
```CSS
@keyframes trans {
from {opacity: 0}
to {opacity: 0.5}
}
#GPHOTO_CURRENT {
background-size:cover;
opacity:0.5;
}
```

## Notice
- First scanning will take a few (~dozens) seconds. Don't panic.

Expand Down

0 comments on commit 7d08a26

Please sign in to comment.