miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.7k stars 299 forks source link

Is there any way to have the captions always shown under the image? #193

Open Petah opened 8 years ago

miromannino commented 8 years ago

Not for now, sorry

ergonomicus commented 7 years ago

You can set the opacity...

captionSettings: { animationDuration: 500,
  visibleOpacity: 0.7,
  nonVisibleOpacity: 0.7 }
tzatter commented 7 years ago

I have met the same issue Don't forgot this property cssAnimation:false

$("#gallery").justifiedGallery({
    captions : true,
    cssAnimation:false,
    captionSettings:{
        animationDuration: 500,
        visibleOpacity: 0.7,
        nonVisibleOpacity: 0.7}
});
guillaumebaeriswyl commented 7 years ago

Being able to have the captions shown under the image would be great !

estudiooka commented 7 years ago

+1 this is a must, please consider it , the caption weight could be pre defined ...

NatalyR commented 7 years ago

+1, i'm trying to do modifying the CSS that but i'm not having good results for now...