[deleted]
Kylo Confirmed. Just a white screen with no overlay image present ?
Kylo Confirmed. Just a white screen with no overlay image present ?
Kyrne Thanks - works as expected
works as expected
@Kyrne is this something that can be fixed ?
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 Why single image's width is not full (100%)?
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
URL
BBCodes.button
role to empty anchor tags for the sake of semantics.Kylo CSS has worked well. You are KING !!
Kylo Can we put caption of image to hover like discouse's. Sometimes its appearance does not seem good.
Especially if image's width has small value.
Example: https://istihbarat.club/d/190-mehmed-emin-yurdakul
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;
}
Fancybox doesn't work on my forum https://omaggieconcorsi.com/d/21213-la-mia-esperienza-con-lo-spazzolino-elettrico-oral-b-vitality-100-cross-action
Maybe because I have RealTime Chat extension too?
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?