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

make it possible to work with sorl thumbnail #114

Closed joeyjurjens closed 3 years ago

joeyjurjens commented 4 years ago

If we do this, there can be worked with other thumbnail libaries as well in a project that has this addon installed.

See https://github.com/SmileyChris/easy-thumbnails/blob/master/easy_thumbnails/templatetags/easy_thumbnails_tags.py

codecov-commenter commented 4 years ago

Codecov Report

Merging #114 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        68           
  Lines         1286      1286           
  Branches        87        87           
=========================================
  Hits          1286      1286           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92be4eb...bd4b05f. Read the comment docs.

FinalAngel commented 3 years ago

thank you @joeyjurjens