Confirmed Embedded media frame is not adjusted

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
Hello, is there a quick fix for this ?
This code does not work anymore
CSS:
.embeddedMedia {
    width: fit-content;
}

Thanks
 
Replacing .embeddedMedia by .embed in the code works.

I guess this is all due to the new feature introduced with 2.3 of embedding internal links like resources and posts, everything is grouped under .embed now. With width and max-width set to 100% this is suitable for integrated resources and messages but it impacts gallery media integrations.

Capture d'écran 2024-06-22 230746.webp

CSS:
.embed {
    width: fit-content;
}
So this code works well for integrations from the gallery but not necessarily for resources and messages...
What to do in the meantime, if this ever needs to be fixed?

Capture d'écran 2024-06-22 231143.webp
 


Write your reply...

Similar threads

D
Replies
4
Views
3K
Deleted member 184953
D
Back
Top Bottom