Hi
I'd like to know the purpose of this feature in the discussions module.
My question arises because in UNA version 12, I used this feature to attach an image to accompany the post, and the image was fully visible. However, in UNA 14, the image is not fully visible.
I assume there's a reason for this, which is why I'm asking.
Furthermore, I'd like to know how to make the image fully visible in UNA 14. I suppose it involves changing some attribute, because the image is complete, but only a portion is visible.
Thank you very much.
- 163
Comments
Hello @Claudio Acosta !
Could you please provide the example of the fully and not fully visible pics there?
Hi @LeonidS
Attached are the original image we published and the corresponding screenshots.
One screenshot is from a post on UNA 12 (the full image is visible), and the other screenshot is from a post on UNA 14 (the same issue occurs on UNA 13), where only part of the image is visible.
It's important to clarify that this happens on the post's view-discussion page.
Thank you for your response.
Hello @Claudio Acosta try this but of course you will lose the ability to move the image. Artificer-Styles-Custom Styles
.bx-base-text-entity-image img { aspect-ratio: 1 / 1 !important; object-fit: cover !important; }If you then want to hide the image buttons in the top left, you can do like this:
.bx-image-edit-buttons { display: none !important; }Thanks @PavelS , I'll try this, I'll let you know.