• Resolved DEngledow

    (@dengledow)


    Love the plugin! But… I have tried and tried but cannot get the images to display the size I set. I wind up with a thumbnail image (which is perfect), but there is a gray box behind the photo that extends down about twice the size of the photo, creating blank space between the rows of photos. I don’t know how to get rid of all the empty space.

    https://www.ads-software.com/plugins/ik-facebook/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey DEngledow –

    Is there a way I can see this online? It almost sounds like you’re describing a CSS issue. This may be related to some CSS on your site interacting with our CSS – if so, there is most likely an easy fix!

    Thanks,
    Richard

    Thread Starter DEngledow

    (@dengledow)

    I did think of the CSS causing an issue after I posted for help.
    I’m not good with CSS, just learning as I go. If you think that is causing the issue and have any pointers I would appreciate hearing them.
    The page is currently parked at: https://www.vintonboomtown.com/wp/multimedia/2013-photos/

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey DEngledow!

    So, there was some sizing being applied by the plugin inline, instead of via CSS. This has been changed to be controlled via CSS, which will allow you to override the control causing your described problem.

    If you grab update 2.6.3.4, you can use the following CSS to control the size of the grey box around your photos:

    .ik_fb_gallery_320x180 {
        height: 320px;
        width: 180px;
    }

    Just alter the height and width attributes above as you see fit, and be sure to add !important, or target the class more specifically, so that you override the default CSS.

    Make sense?

    Let me know if you have any questions.

    Thanks!
    Richard

    Thread Starter DEngledow

    (@dengledow)

    Thank you! That seems to have worked perfectly. I greatly appreciate your help, and I apologize for the delay in response.

    Plugin Author richardgabriel

    (@richardgabriel)

    Thanks for letting me know! I will mark this as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Photo sizes’ is closed to new replies.