Skip to content

Commit

Permalink
Merge pull request #1346 from LibraryOfCongress/1345-carousel-textbox…
Browse files Browse the repository at this point in the history
…-align

1345 Removed slide overlay_position from parent carousel container
  • Loading branch information
rabiloc committed Feb 25, 2021
2 parents 3f94391 + 516bf58 commit 7add300
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion concordia/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% flag_enabled 'CAROUSEL_CMS' as CAROUSEL_CMS %}

{% if CAROUSEL_CMS %}
<div id="homepage-carousel" class="carousel slide container" style="padding-left: 0; padding-right: 0;" data-ride="carousel" data-pause="hover" {% if slides.0.overlay_position == "right" %} data-overlay-position="top-right" {% endif %}>
<div id="homepage-carousel" class="carousel slide container" style="padding-left: 0; padding-right: 0;" data-ride="carousel" data-pause="hover">
<ol class="carousel-indicators d-none d-lg-flex">
{% for slide in slides %}
<li data-target="#homepage-carousel" data-slide-to="{{ forloop.counter0 }}" {% if forloop.first %}class="active" {% endif %}></li>
Expand Down
89 changes: 44 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"js-cookie": "^2.2.1",
"node-sass": "^5.0.0",
"openseadragon": "^2.4.2",
"popper.js": "^1.15.0",
"popper.js": "^1.16.1",
"redom": "^3.27.1",
"remarkable": "^2.0.1",
"screenfull": "^5.1.0",
Expand Down

0 comments on commit 7add300

Please sign in to comment.