...Facebook Page. Whenever you add new images to the selected gallery on Facebook, your site will reflect the changess. It's always synchronized from Facebook. Say you delete a picture, it'll get removed from Justified Image Grid too. If you change the description of a photo, that text gets updated on your site as well. Showing photos of a single album...
The concept: why use the Media Library as a source? WordPress content is the primary content source for Justified Image Grid. The plugin acts as a display while you continue to manage your photos the same way you did before, nothing needs to change except how they look on the front-end. This is why JIG is not another gallery clone...
Justified Image Grid will display your single pictures from NextGEN - most likely you need that for the lightbox or caption options and for uniformity's sake. Flow a single picture to the left or right of paragraphs easily - right-to-left reading direction is also supported. The plugin gives you control over spacing and margin for a perfect alignment with your...
Showing recent images from NextGEN gallery using Justified Image Grid is a great way to create an automatic grid with your latest content. This feature shows the desired (any) number of photos regardless of gallery - except excluded NextGEN images, of course. It's most useful when you have galleries that you update regularly with a couple of photos each. So...
...galleries. Interestingly, this feature is no longer part of the NextGEN Gallery and the only thing that comes close to it is the tag cloud. Still Justified Image Grid makes it available in a form that is even better, because you can see a preview image for each tag before opening its gallery. Tag albums are most useful when you...
...to prevent the other lightbox from getting opened from clicking JIG thumbnails: jQuery('a[rel*="lightbox:not(.justified-image-grid a)"]').fancybox(); Or slightly differently: jQuery('a[rel*="lightbox"]').not('.justified-image-grid a').fancybox(); Observe the use of quotes and the difference between :not() and .not() when using jQuery. In this example it's called fancybox and the selector is based on a rel value, but other scenarios are similar. Change this where the theme applies...
Adding images by ID to a gallery is the most manual way. It allows you to hand pick which ones to show. Surprisingly, it's also made easy by an optional toggle in Justified Image Grid. Nowadays most normal WordPress galleries are created using images by ID, behind the scenes. You just select the photos you need and create a gallery...
...surfing on DeviantArt, it's hard to stop. This feature is aimed at artists who wish to show their DeviantArt portfolio on their own website too. Justified Image Grid provides an easy way to show off latest deviations through WordPress. Your work in this DeviantArt gallery will appear as a beautiful grid, without cropping. Why not do your artist friends a...
Sorry, but Justified Image Grid has rows, not columns. This is a redirect entry as the question can be answered in multiple ways. Do you mean... ...a one-column layout? One image per row, one column, possible? ...the vertical Pinterest waterfall grid layout? Is Pinterest style available? What is masonry? ...X images per row? I’d like N images per row and...
Primarily, thumbnail size is controlled through the Target row height and Row height max deviation (+-) settings. Justified Image Grid calculates the optimal size for your thumbnail within the range you set. It respects the original aspect ratio and only crops if the range you set is not high enough to make the justified layout mathematically possible. The aspect ratio...