-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial photoswipe widget support #309
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #309 +/- ##
===========================================
- Coverage 83.92% 83.41% -0.52%
===========================================
Files 145 145
Lines 4205 4238 +33
===========================================
+ Hits 3529 3535 +6
- Misses 676 703 +27 ☔ View full report in Codecov by Sentry. |
7b2013b
to
c1798bb
Compare
@@ -1,4 +1,12 @@ | |||
<div class="image-hover {{ hoverclass }}"> | |||
<i class="fas fa-2x"></i> | |||
<img srcset="{{ url }}{{ url2x }}" src="{{ url }}" height="{{ t.height }}" width="{{ width }}" title="{{ title }}" alt="{{ alt }}" class="img-fluid img-thumbnail"> | |||
<div> | |||
<object><a class="attribution-link" href="{{ file.get_absolute_url }}"><span title="{{ file.title }} ({{ file.attribution }})" class="fa-regular fa-arrow-up-right-from-square"></span></a></object> | |||
<object><a class="text-decoration-none license-link" href="{{ file.license_url }}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @param {string} license - License name | ||
* @returns {string} | ||
*/ | ||
function createLicenseIcon(license) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.