In the `Insert From URL` state of the `Post` frame, add the necessary CSS for focus styles for images.
Example image to insert: https://flic.kr/p/rnsm5M See #28820. git-svn-id: https://develop.svn.wordpress.org/trunk@31585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c904f0f61e
commit
dc6246a548
|
@ -1798,11 +1798,18 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.embed-preview img, .embed-preview iframe, .embed-preview embed {
|
||||
.embed-preview img,
|
||||
.embed-preview iframe,
|
||||
.embed-preview embed {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.embed-preview a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.embed-preview img {
|
||||
display: block;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue