Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !10662

add responsive CSS to hyperlinked images when thumbnail caption markup used

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/kevinlisota/thumbnail-images into master Sep 16, 2013
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: kevinlisota

When caption markup is used in thumbnails like here http://getbootstrap.com/components/#thumbnails-custom-content, non-hyperlinked images are properly responsive. If you hyperlink the image when using caption markup (like in the default thumbnail example), the image is not responsive because the .thumbnail selector is moved up one level and .thumbnail > img no longer applies to the image.

This fix adds a new selector for responsive images for the case when you wish to use a hyperlinked image followed by a caption.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kevinlisota/thumbnail-images