Image Flow Prototype – Desktop Add New Image


Sorry for the dump, I am going to post a number of vizrecs of both desktop and mobile screens for the image flow prototype from http://flow.teamadesign.net. You can catch up on the feature-imageflow channel, and at https://make.wordpress.org/design/tag/image-flow/

The first scenario is adding a new image.

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

#image-flow