• Resolved bdam6

    (@bdam6)


    Hi there!

    I am having the strangest problem. When I add a gallery it will show up really really tiny on my website. So then I click with my right mouse to check what’s going on in the code, and then it blows up to the size I want it to be. And the size I think I have in my codes.

    I have tried adding size:medium etc. It doesn’t respond. I have tried many, many codes in both php files as css files. Nothing works.

    I’ve all ready added this. I’ve even tried 2500 but nothing works.
    if ( ! isset( $content_width ) )
    $content_width = 1200;

    So hopefully somebody knows why the gallery starts out so small you can barely even see pictures. And when you use firebug or just check the code, it will change to the right size.

    One thing though, which is probably where the problem lies cause the gallery is working properly in a normal page. I use an expanded view to view my posts. When you click the image it will expand and show below. When I look in the code it shows all different sizes: date:original:height etc etc. from 50px to 800 px??

    The plugin I am talking about is Expand Collapse Funk.

    https://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    Hi there!

    Can you let me know what site you’re having this problem? Once I have that information, I’ll be better able to help.

    Thank you!

    Thread Starter bdam6

    (@bdam6)

    Hi Carolyn!

    Thank you so much. Here is a link to the specific category where I use this expanded view plugin for my posts to expand.

    Website

    Click the first image you see. I added two slideshows, square and tiled mosaic. Both not working. But when you ‘right-mouse-click’ them, they turn in to there right size!

    Don’t mind the other pictures below that, I am moving a blog to this domain!

    Thanks again!

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    Thanks for that link!

    The galleries are displaying properly for me on page load in multiple browsers – without doing anything else – so it might be a browser issue for you.

    First, please make sure that your browser is up to date by visiting http://browsehappy.com/

    If it is not, please update your browser and try viewing your gallery again. Also try switching to a different browser and see if that helps.

    Next, try loading your site with all browser extensions or add-ons temporarily disabled.

    Additionally, I would remove this code you set as it’s breaking the gallery layouts in larger screen resolutions:

    if ( ! isset( $content_width ) )
    $content_width = 1200;

    Let me know if you still have this problem and I’ll be happy to take a closer look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery really tiny untill right mouse click, then blows up???’ is closed to new replies.