django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Adapt Bootstrap4Picture to reflect djangocms_picture.AbstractPicture changes regarding Responsive Images #65

Closed filwaitman closed 5 years ago

filwaitman commented 5 years ago

Together with https://github.com/divio/djangocms-picture/pull/54

filwaitman commented 5 years ago

@kinkerl not needed since we're calling super inside Bootstrap4PicturePlugin.render(). In fact I tried locally and it looks good. =]

Thanks for the review!