I hereby claim:
- I am gigocabrera on github.
- I am gigocabrera (https://keybase.io/gigocabrera) on keybase.
- I have a public key whose fingerprint is 9CC4 117E 0E25 7C1D FCB3 304E B6E9 68F5 DAFF 66AB
To claim this, I am signing this object:
| <div class="galleryWrap"> | |
| <div class="pictureBox"> | |
| <div class="innerBox"> | |
| <img src="/assets/posts/2017-01-03-responsive-image-gallery-for-your-site/Gallery_Image_01.png"> | |
| <div class="titleBox">Image 1</div> | |
| </div> | |
| </div> | |
| <div class="pictureBox"> | |
| <div class="innerBox"> | |
| <img src="/assets/posts/2017-01-03-responsive-image-gallery-for-your-site/Gallery_Image_02.png"> |
| /* Responsive Tiled Photo Gallery */ | |
| .galleryWrap | |
| { | |
| overflow: hidden; | |
| margin: 10px; | |
| } | |
| .pictureBox | |
| { | |
| float: left; | |
| position: relative; |
I hereby claim:
To claim this, I am signing this object:
| function copyFbRecord(oldRef, newRef) { | |
| oldRef.once('value', function(snap) { | |
| newRef.set( snap.value(), function(error) { | |
| if( error && typeof(console) !== 'undefined' && console.error ) { console.error(error); } | |
| }); | |
| }); | |
| } |