UNPKG
flickr-justified-gallery
Version:
latest (2.2.0)
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Flickr's justified images gallery
flickr-justified-gallery.nkdev.info
nk-o/flickr-justified-gallery
flickr-justified-gallery
/
dist
/
fjGallery.css
20 lines
(19 loc)
•
286 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.fj-gallery
{
position
: relative;
overflow
: hidden; }
.fj-gallery
::after
{
content
:
""
;
display
: block;
clear
: both; }
.fj-gallery
.fj-gallery-item
{
float
: left;
top
:
0
;
left
:
0
; }
.fj-gallery
.fj-gallery-item
>
img
{
display
: block;
width
:
100%
;
height
: auto; }