[deleted] uf, it's not just us ^^ GJ anyway 😃

The Css have some padding :

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;

maybe it's a remnant of the other version made by @malago

    • [deleted]

    Amarok yes, I noticed this also on your site

    [deleted] I am trying to debug your error but I can't see why it is happening. It is not the fof/upload extension.

    MikeJones I tried with this extension and everything seems to be working just fine, it was also confirmed here:
    Amarok

    Anyway, I added a couple checks that should fix the issue you had if you want to try @[deleted]

    composer update malago/flarum-ext-fancybox

    or

    composer require malago/flarum-ext-fancybox

    The original extension I forked allow for captions and videos too if you have flarum/bbcode, it's on the readme:

    [url fancy=video][/url]
    [img title="Caption this."][/img]
    [url title="Caption this." fancy]![](src)[/url]
    [url title="Caption this." fancy=video][img][/img][/url]
    [url fancy][img title="Caption this."][/img][/url]

    Is anyone having issues with this forked extension?

      Does anyone know if this works with recache plugin? I think the first version did which is why I shut it off originally.

        • [deleted]

        • Edited

        MikeJones My version does composer require phenomlab/fancybox - recently updated to 0.1.4 to resolve the image disappearing bug

        @ctml @Amarok updated to resolve your issues

          MikeJones the latest is a 4k (added now). Are you sure you use the latest extension version ?
          Because you have some white borders around your pictures...

            Amarok yea I just installed the extension. I can check the version later.

            I noticed there is an odd animation on yours when you close the images though... Do you see that?

            • [deleted]

            MikeJones can you provide the output of php flarum info ? I think you have an older version.

            • [deleted]

            • Edited

            Amarok mekici can you provide any error messages ?

            Can you also provide output of php flarum info | grep "phenomlab"

            @Amarok did you disable the extension ?

            EDIT: I think I can see why. Tagging a new version

            • [deleted]

            • Edited

            @Amarok @mekici can you try composer require phenomlab/fancybox:0.1.8. Don't forget to clear cache