Press This, sideloaded image insertion flow comparison, Macnchrome


A quick comparison of production Press This vs. feature pluginFeature Plugin A plugin that was created with the intention of eventually being proposed for inclusion in WordPress Core. See Features as Plugins Press This when inserting a sideloaded image. CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. 4.2-alpha-31382 and Press This 0.0.4.3-20150207.

Production, insert sideloaded image and publish.

#gallery-19 {
margin: auto;
}
#gallery-19 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-19 img {
border: 2px solid #cfcfcf;
}
#gallery-19 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

Plugin, insert sideloaded image and publish.

#gallery-20 {
margin: auto;
}
#gallery-20 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-20 img {
border: 2px solid #cfcfcf;
}
#gallery-20 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

#comparison-vizrec, #flow-comparison, #ios