Kylo Confirmed. Just a white screen with no overlay image present ?

  • [deleted]

  • Edited

Kyrne Thanks - works as expected 🙂

works as expected

@Kyrne is this something that can be fixed ?

    [deleted] for sure, I will look into it. It will probably mean disabling LazyLoad for the fancybox only.

      Kyrne Awesome. Thanks

      wloot I bet this post has one carriage return between each image. If that so, you have to remove them to get proper layout. (Screenshot)

      Edit: I'll try to implement a regex matcher in order to automatically fix these situations.

      • Kylo replied to this.

        fakruzaruret could you provide a screenshot? Keep in mind that you can always overwrite default sizing options by using custom css.

        Edit: I think I see what you meant by that. It was intentional, we're shrinking them a little then expecting user to click it. So you'll probably want to overwrite some stylings there. See if this works for you:

        .Post .block-image-link, .Post .block-image-self-link {
        	max-width: none !important;
        }

        In the meantime...

        0.2.0-beta.4

        • Fix captions were not working when you define them in URL BBCodes.
        • Give the button role to empty anchor tags for the sake of semantics.
          14 days later

          fakruzaruret Captions are already visible on hover (because of the title attribute) and you can hide their container if you don't want to show them using:

          .Post .caption-wrapper {
          	display: none;
          }

          Alternatively you can try to center them:

          .Post .caption-wrapper {
          	text-align: center;
          }
          17 days later
          7 days later

          Hi, for some reason, the icons in the corner of the image are not displayed, as well as when you click on the image, nothing happens, and I also do not understand how You placed the objects on the skinshot on the horizontal.

          And the question, I remember I installed the extension and triggered the image slider, that is, when you click on the picture, you can leaf through the images in the discussion as a slideshow, now it does not work in any way, what can be the problem?

          • Kylo replied to this.

            debynory

            nexromant
            If you're using the forked version, you both will need to check the source of your page and see if your images are wrapped with fancyBox classes. Apart from that, are there any errors on the console log?