There are various ways to display a video gallery. You have the most control when you link video thumbnails to the corresponding videos. It's done using the WordPress Media Library with custom links. However, videos from Youtube or Vimeo can be loaded automatically. For a video gallery of self-hosted media, Justified Image Grid makes use of an HTML5 video player,...
Resize your browser or turn your device to see the responsive gallery in action Show the shortcode The above example uses the following, generated shortcode (how to use): What does responsive gallery mean? Do I need one? Is it important? Discover an entire a gallery on a mobile device without panning around or pinch zooming. This is achieved by adjusting...
...narrow the gallery by keywords. Filtering Point the thumbnail clicks anywhere. Custom links Play YouTube, Vimeo or self-hosted videos. Video gallery Split up a large gallery with infinite scroll. Load more Regular autoupdates with new features. Changelog View all features Who uses Justified Image Grid? 20,000+ happy customers! Professional photographers for weddings, nature, portrait, beauty photos... Makeup artists, models, architects,...
...find several smaller boards. Then make a Pinterest gallery with JIG from each board that corresponds to an article on your WordPress site. A Pinterest gallery created from a Pretty Kitchens board You can access the most recent 25 pins of any board or user with the RSS Feeds. This example shows a board from the user iewachka. Show the...
...doesn't know what setup does the theme consider multi-image instead of single-image use. The following example is from the SmartMag theme: (function() { var gal_id = 1; $('.post-content a, .main .featured a').has('img').filter(filter_images).attr('rel', 'prettyPhoto'); $('.gallery-slider, .post-content .gallery, .post-content .tiled-gallery').each(function() { gal_id++; // increment gallery group id $(this).find('a').has('img').filter(filter_images) .attr('rel', 'prettyPhoto[gal_'+ gal_id +']'); }); $("a[rel^='prettyPhoto']").prettyPhoto({social_tools: false}); })(); What's happening here is that it...
Leveraging the facts that: JIG can detect and show images attached to a post automatically... You can create a PHP template tag and place it anywhere in the theme... It's clear that if you use plenty of pictures throughout your posts, an automatic gallery at the beginning or end of articles is a good idea. Add a gallery of attached...
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...
...source: GoPro What videos are available to source a Vimeo gallery? Any user's videos and/or likes. Showcases (formerly Albums) Channels and Groups as well. Your profile specific feeds: Subscriptions, Shares and Watch Later. What are the specific options for a Vimeo gallery? Display up to 25 videos (this is a limit imposed by the RSS feeds of Vimeo). Provide an...
...the number of photos in each tag gallery. A random image is chosen from each tag gallery as a cover photo. Show title, description and tags on the thumbnails, once opened a tag gallery. Use any other cool features of Justified Image Grid with tag albums, such as Filtering. Decide if you wish to open each tag gallery on its...
...reblog feature which is similar to Twitter's retweet. With Justified Image Grid it's easy to connect latest posts from a Tumblr blog to your WordPress site. A combined gallery of two feeds This example unifies two Tumblr blogs, Chickadee Friend and Daily quotes on life and love. Their latest content is shown merged together. Show the shortcode The above example...