diff --git a/files/templates/submission.html b/files/templates/submission.html index 5152d3913..0e6228ff8 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -72,16 +72,16 @@ position: absolute; z-index: 10; width: 100px; - animation: trainrev 5s linear infinite !important; - transform: scaleX(-1); - -webkit-transform: scaleX(-1); + animation: train 5s linear infinite !important; top: 60% } .train4 { position: absolute; z-index: 10; width: 100px; - animation: train 5s linear infinite !important; + animation: trainrev 5s linear infinite !important; + transform: scaleX(-1); + -webkit-transform: scaleX(-1); top: 85% } } @@ -264,7 +264,7 @@
- {% if p.author.bio_html %}{{p.author.bio_html.replace('src="/assets/images/loading.gif" data-', '') | safe}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 966dad91e..a78b98cc3 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -44,7 +44,7 @@
- {% if p.author.bio_html %}{{p.author.bio_html.replace('src="/assets/images/loading.gif" data-', '') | safe}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}