With 4.3-alpha-32949. For #32604.
Being able to visit links from within the editor means no more cut-and-paste. Love it. Seeing the link without having to pop up the modal is also nice.
Mac and chrome:
#gallery-51 {
margin: auto;
}
#gallery-51 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-51 img {
border: 2px solid #cfcfcf;
}
#gallery-51 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
iPhone 6+:
#gallery-52 {
margin: auto;
}
#gallery-52 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-52 img {
border: 2px solid #cfcfcf;
}
#gallery-52 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- One time I tapped X thinking it would dismiss the toolbar.
- Toolbar doesn’t go away when modal displays.



