Fixed Embedded media frame is not adjusted

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
D

Deleted member 184953

Guest
Affected version
2.2.4
Especially on a portrait mode image, the frame protrudes on the right and is not adjusted to the width of the photo.

 
Is there anything i can do in the code? I couldn't find how to fix this in extra.less template.
Thanks !
 
I finally found the solution with this little piece of code in the extra.less template:
Less:
.embeddedMedia {
    width: fit-content;
}
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFMG release (2.2.5).

Change log:
Adjust embedded media items in posts so the container fits the content better.
There may be a delay before changes are rolled out to the XenForo Community.
 

Similar threads

D
Replies
6
Views
56
Deleted member 184953
D
Back
Top Bottom