I've got the following problem. Isotope
sets the height of my container always to 0px
.
I checked for floats and other usual problem sources. All seems to be fine.
My class for the to-be arragened elements looks like this:
div#image-area div {
width: 6.25%;
height: 6.25%;
}
I've got the following problem. Isotope
sets the height of my container always to 0px
.
I checked for floats and other usual problem sources. All seems to be fine.
My class for the to-be arragened elements looks like this:
div#image-area div {
width: 6.25%;
height: 6.25%;
}
Share
Improve this question
edited Feb 4, 2013 at 14:25
Ron
asked Feb 4, 2013 at 14:17
RonRon
23.6k33 gold badges115 silver badges214 bronze badges
1 Answer
Reset to default 7Alright, took me ages to figure it out!
Isotope does not support percentual image sizes.
Just choose a static width like 100px
and everything's fine!
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745357990a4624228.html
评论列表(0条)