Old:
#gallery-15 {
margin: auto;
}
#gallery-15 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-15 img {
border: 2px solid #cfcfcf;
}
#gallery-15 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Start. Click the Press This bookmarklet.
- Press This pops up in new window. Click Save Draft.
- The editor is cleared out. Click Edit Post.
- The Press This pop up dismisses and the full editor opens up in the tab occupied by the youtube page that I pressed.
New:
#gallery-16 {
margin: auto;
}
#gallery-16 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-16 img {
border: 2px solid #cfcfcf;
}
#gallery-16 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Start. Click the Press This bookmarklet.
- Click Save Draft.
- The Press This popup goes away and the editor opens up in the parent. This means I have to back history out of the edit session to get back to the source page I was pressing. Maybe the editor should open in a new tab so that the source material is not obscured.






