Title: Change Image Tile
Last modified: September 26, 2018

---

# Change Image Tile

 *  Resolved [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/)
 * Hello , what is the right way :
    1) to make limit for longest size in the Mosaic
   mode gallery
 * or
 * 2) to use “small” sizes tumbnails without crop in the Mosaic gallery
 * I would like to get gallery looks like : [https://goo.gl/keZjtv](https://goo.gl/keZjtv)
 * ?

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725203)
 * You might want to try the “Masonry” layout instead of the “Mosaic” layout.
 * Also note that in your example images are cropped. E.g. the first picture in 
   the gallery shows only a part of the person’s hands, but when you open the picture
   in a lightbox, the full hands show up.
 * Basically, layouts can be of 3 types without cropping (not just in Photonic, 
   but anywhere):
    - Perfect rectangle with images of same height within rows – this is the justified
      grid layout (also called the random layout in Photonic)
    - Layout with images showing up in fixed width columns with vertical stacking–
      this is the masonry layout. **In the masonry layout the columns will be of
      different heights**. If you want to avoid differing heights you will either
      require image cropping (like the link you provided), or different widths for
      each column (I haven’t seen this implementation anywhere).
    - Perfect rectangle with multiple grids of the same height within rows. Each
      grid can have a further breakdown into rows / columns. This is the mosaic 
      layout in Photonic (and as far as I am aware, Photonic is the only free plugin
      with this).
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725667)
 * Thank you for response !
    I had try masorny layout too, both of them looks good
   in the boxed layout page, but has huge sizes with the fullwidth page. So sorry,
   that it`s impossible to such types in Fullwidth.
 * thank you
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).
 *  Plugin Author [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725809)
 * Not following you – what is the issue with a full-width page?
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725846)
 * Yes, with fullwidth page only .
    Mosaic gallery looks like : [http://clip2net.com/s/3WVwzh6](http://clip2net.com/s/3WVwzh6)
   Masorny looks like this : [http://clip2net.com/s/3WVyEeH](http://clip2net.com/s/3WVyEeH)(
   live url : [https://goo.gl/AJ6yHf](https://goo.gl/AJ6yHf) )
 * I want to try set up Justify gallery, but small issue with this type :
    – when
   I put shortcode – gallery looks not justify : [http://clip2net.com/s/3WVtLMY](http://clip2net.com/s/3WVtLMY)–
   If I change viewport – [http://clip2net.com/s/3WVtOUG](http://clip2net.com/s/3WVtOUG)
   gallery view changes to justify and looks perfect : [http://clip2net.com/s/3WVuuMA](http://clip2net.com/s/3WVuuMA)
 * live Justify gallery URL : [https://goo.gl/esy8mL](https://goo.gl/esy8mL)
 * please , help me to sort it out
 * Thank you , Sayontan!
 *  Plugin Author [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725921)
 * Masonry is not an effective layout when you only have 4 images. With more images
   you can combine the Masonry layout with the setting _Photonic → Settings → Generic
   Options → Layouts → Masonry Layout – Minimum Column Width_ to get a more effective
   display (see the [documentation](https://aquoid.com/plugins/photonic/layouts/#masonry)
   on this feature).
 * For the justified grid, Photonic has a call to force a resize at the end of a
   page load. But it looks like some other plugin at your end is blocking it. I 
   unfortunately cannot help you here, as it looks like a conflict with something
   else (maybe even your theme). In more than 99% of the cases the resize works 
   automatically, but in case of conflicts such as this, you have to either disable
   the conflicting plugin, or add an explicit call to resize via the footer.php 
   file of your child theme.
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10725951)
 * Tank you! I see!
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10726684)
 * If WPBackery plugin ( Visual Composer to turn off ) – the Gallery will be justified!
   (
   [https://c2n.me/3WVPBez](https://c2n.me/3WVPBez)) So may be this is conflict 
   with the Visual Composer ?
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).
 *  Plugin Author [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10726875)
 * Can’t say. That is not a free plugin, so I cannot really test it out.
 * As I said, in such cases if you have a child theme it is possible to put a few
   lines of code in the child theme’s footer.php to ensure that the resizing happens.
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10727907)
 * Hello, sorry for one more question,
    could you, please, tell me a few words which
   code I have to put into a child theme ? I`ve remove all scripts exclude photonic
   from header, still no resizing to fullwidth page.
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10728513)
 * I give up 🙂 I thinks non-fullwidth container – looks good !
    anyway, thank you
   for help
 *  Plugin Author [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10729182)
 * You will need this right before the `</body>` tag:
 *     ```
       <script type='text/javascript'>
       jQuery(window).load(function() {
       	photonicJustifiedGridLayout(true);
       });
       </script>
       ```
   
 *  Thread Starter [denye](https://wordpress.org/support/users/denye/)
 * (@denye)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10731593)
 * It works !
 * With Fullwidth mode Justified Grid looks more better ( imho ) !
 * Thank you Sayontan !
 * Great support !
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).
    -  This reply was modified 7 years, 10 months ago by [denye](https://wordpress.org/support/users/denye/).

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Change Image Tile’ is closed to new replies.

 * ![](https://ps.w.org/photonic/assets/icon.svg?rev=1972449)
 * [Photonic Gallery & Lightbox for Flickr, SmugMug & Others](https://wordpress.org/plugins/photonic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photonic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photonic/)
 * [Active Topics](https://wordpress.org/support/plugin/photonic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photonic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photonic/reviews/)

## Tags

 * [image size](https://wordpress.org/support/topic-tag/image-size/)
 * [justify](https://wordpress.org/support/topic-tag/justify/)

 * 12 replies
 * 2 participants
 * Last reply from: [denye](https://wordpress.org/support/users/denye/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/change-image-tile/#post-10731593)
 * Status: resolved