Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #210957

    Is the the gallery supposed to look like the one at http://www.mountainstreamgroup.com? Why aren’t all the thumbnails all the same size and in 3 distinct rows? I had more images but I deleted some. Do I have to delete the gallery and start over?

    #210975

    Hey MtnStreamGroup!

    I happens because your image in the between is not the same as size as others. Other two are 150x150px while the one in between is 150x170px. Please upload square images and it should look fine

    Regards,
    Yigit

    #210989

    Square images for the thumbnails only or square images for the larger versions? It’s kind of difficult to have a square image when the full size is rectangular (longer height then width).

    #210991

    Hey!

    You can go to Settings > Media and check thumbnail image sizes and check “Crop thumbnail to exact dimensions” if unchecked

    Regards,
    Yigit

    #210992

    Thanks Yigit. The “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” is checked.

    #210996

    Hey!

    Can you try regenerating thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/ then check if images are same size? If not, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    • This reply was modified 10 years, 10 months ago by Yigit.
    #211001

    It worked for the most part.Two of the images are smaller but that is due to the fact of their original size, So I’ll have to fix those two.

    #211047

    Hey!

    You should probably crop the images manually before uploading them. Use image editor like photoshop. You can also give the img tag a unique css selector then specify the max height value. Example:

    
    <img class="aligncenter" title="Experiential Communications Design" alt="Experiential Communications Design Photo" src="http://mountainstreamgroup.com/wordpress/wp-content/uploads/2011/01/mtnstreamgroup_experiential_communication_design.jpg" width="150" height="150">
    

    You can add the css class beside the “aligncenter”. Let’s use the selector “fixheight”.

    
    <img class="aligncenter fixheight" title="Experiential Communications Design" alt="Experiential Communications Design Photo" src="http://mountainstreamgroup.com/wordpress/wp-content/uploads/2011/01/mtnstreamgroup_experiential_communication_design.jpg" width="150" height="150">
    

    You can add this on Quick CSS:

    .fixheight {
    max-height: 150px;
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Gallery’ is closed to new replies.