• Hi,

    I found an issue that I think might need to be fixed in the next release.
    Couldn’t figure out where to post this bug.

    For ImageBrowsers bigger than 1200px, is locked at 1200px. So won’t be aligned to centre of the screen on these occasions.
    I hope I didn’t miss anything obvious.

    Couldn’t get the item to centralize on the page
    So employed the following.

    
    .ngg-imagebrowser.default-view{
      max-width: 100% !important;
    }
    

    Hope this was helpful

Viewing 1 replies (of 1 total)
  • Hi @acs609,

    Thanks for sharing a possible fix with us. I agree that the given CSS rule will help but only in case when the content container where the ImageBrowser gallery is inserted is wider than 1200 pixels ( which isn’t very common ).

    In any case – great find and I will be happy to submit an ticket for our developers ref it.

Viewing 1 replies (of 1 total)

The topic ‘Error Fix – Image Browser width’ is closed to new replies.