Skip to content

Commit e7f1c62

Browse files
authored
Merge pull request divio#113 from flycal6/patch-1
fixed slide centering issue
2 parents b9f0dfa + a74e4b3 commit e7f1c62

File tree

1 file changed

+1
-1
lines changed
  • aldryn_bootstrap3/templates/aldryn_bootstrap3/plugins/carousel/standard/includes

1 file changed

+1
-1
lines changed

aldryn_bootstrap3/templates/aldryn_bootstrap3/plugins/carousel/standard/includes/image.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% load cms_tags thumbnail %}
2-
<img
2+
<img class="center-block"
33
{% with main_src=srcset.lg %}
44
{% thumbnail image.file main_src.size crop=main_src.crop upscale=main_src.upscale subject_location=image.subject_location as main_thumb %}
55
src="{{ main_thumb.url }}"

0 commit comments

Comments
 (0)