Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_youtube
Commits
86f05027
Commit
86f05027
authored
Feb 24, 2021
by
Tim Wagner
Browse files
[BUGFIX] Descriptions for subsequent playlist videos are too small to be useful
parent
0d019b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Templates/Youtube/Index.html
View file @
86f05027
...
...
@@ -73,11 +73,6 @@
<h3
class=
"h3"
>
<f:format.htmlentitiesDecode>
{feedItem.title}
</f:format.htmlentitiesDecode>
</h3>
<f:if
condition=
"{settings.showDescription} && {feedItem.description}"
>
<div
class=
"sg-youtube-text"
>
<f:format.htmlentitiesDecode><f:format.crop
maxCharacters=
"200"
>
{feedItem.description}
</f:format.crop></f:format.htmlentitiesDecode>
</div>
</f:if>
</div>
</f:if>
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment