markjaquith / wp-help

#WordPressPlugin: Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for responsive images and Prettyphoto or Lightbox

kevinmamaqi opened this issue · comments

commented

The plugin is awesome, nevertheless I think that responsive images and a lightbox are a must. For example, adding the following to the CSS would solve the responsive-images:

.wp-caption { max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
}