Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_youtube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_youtube
Commits
16f71710
Commit
16f71710
authored
1 month ago
by
Alex Penczko
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] add role to play button
parent
332ad09b
No related branches found
Branches containing commit
Tags
8.1.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Templates/Bootstrap5/Youtube/Index.html
+3
-3
3 additions, 3 deletions
Resources/Private/Templates/Bootstrap5/Youtube/Index.html
with
3 additions
and
3 deletions
Resources/Private/Templates/Bootstrap5/Youtube/Index.html
+
3
−
3
View file @
16f71710
...
...
@@ -177,7 +177,7 @@
<a
class=
"sg-video-item overflow-hidden text-light sg-video__link position-relative {f:if(condition: '!{hasText} || {isRowsLayout}', then: 'rounded')} {f:if(condition: '{isRowsLayout}', then: 'col-12 col-sm-3 shadow', else: 'card-img-top')}"
href=
"{feedItemUrl}"
data-disable-lightbox=
"{settings.disableLightbox}"
target=
"_blank"
data-disable-lightbox-mobile=
"{settings.disableLightboxMobile}"
data-additional-url-parameters=
"{urlParameters}"
data-video-type=
"youtube"
data-is-shorts=
"{settings.isShorts}"
>
<div
class=
"sg-video__svg position-absolute top-50p start-50p translate-middle z-1"
>
<span
class=
"sg-video__svg-inner d-flex shadow text-bg-black bg-opacity-50 rounded-circle justify-content-center p-2"
>
<vi:renderSvg
color=
"currentColor"
name=
"solid-play"
width=
"24"
height=
"24"
></vi:renderSvg>
<vi:renderSvg
color=
"currentColor"
name=
"solid-play"
width=
"24"
height=
"24"
role=
"img"
aria-label=
"Play icon"
></vi:renderSvg>
</span>
</div>
...
...
@@ -232,7 +232,7 @@
<f:section
name=
"readMoreButton"
>
<a
href=
"#"
class=
"sg-video__read-more text-decoration-none text-lowercase"
data-bs-toggle=
"collapse"
data-bs-target=
"#sg-video__description-{feedItemId}"
aria-expanded=
"false"
aria-controls=
"sg-video__description-{feedItemId}"
>
<span
class=
"sg-video__read-more-text d-inline-flex align-items-center"
>
...{f:translate(key: 'frontend.readMore', extensionName: 'sg_vimeo')}
<vi:renderSvg
color=
"currentColor"
name=
"solid-chevron-down"
class=
"sg-video__read-more-arrow"
width=
"12"
height=
"12"
></vi:renderSvg></span>
<span
class=
"sg-video__read-less-text d-inline-flex align-items-center"
>
{f:translate(key: 'frontend.readLess', extensionName: 'sg_vimeo')}
<vi:renderSvg
color=
"currentColor"
name=
"solid-chevron-down"
class=
"sg-video__read-more-arrow"
width=
"12"
height=
"12"
></vi:renderSvg></span>
<span
class=
"sg-video__read-more-text d-inline-flex align-items-center"
>
...{f:translate(key: 'frontend.readMore', extensionName: 'sg_vimeo')}
<vi:renderSvg
color=
"currentColor"
name=
"solid-chevron-down"
class=
"sg-video__read-more-arrow"
width=
"12"
height=
"12"
role=
"img"
aria-label=
"chevron down icon"
></vi:renderSvg></span>
<span
class=
"sg-video__read-less-text d-inline-flex align-items-center"
>
{f:translate(key: 'frontend.readLess', extensionName: 'sg_vimeo')}
<vi:renderSvg
color=
"currentColor"
name=
"solid-chevron-down"
class=
"sg-video__read-more-arrow"
width=
"12"
height=
"12"
role=
"img"
aria-label=
"chevron down icon"
></vi:renderSvg></span>
</a>
</f:section>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment