Skip to content

Support for responsive images and Prettyphoto or Lightbox #19

Description

@kevinmamaqi

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%;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions