.img-responsive class not working with Picture module. As Bootstrap is a responsive framework and Picture module for responsive image mapping, so its requered to sopport Picture module with Bootstrap theme. Please add this feature.

Comments

markhalliwell’s picture

Priority: Major » Normal
Status: Active » Fixed
Issue tags: -feature, -API

  • Mark Carver committed 3e6c32b on 7.x-3.x
    Issue #2318633 by TanvirIsraq: Added Picture module support.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

kurapov’s picture

At the moment bootstrap_preprocess_image() template outputs both img-responsive and image shape classes. picture module's templates only show half each: bootstrap_preprocess_image_srcset() supports image shapes and bootstrap_preprocess_picture() - the img-responsive class. Each of those should probably be identical to bootstrap_preprocess_image().