Skip to content

Commit

Permalink
fixing play button
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeberv committed Nov 9, 2023
1 parent 5c524e1 commit b75a5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Each talk has a video recording available to view. The following is a list of ta
<svg width="64" height="64" viewBox="0 0 68 68" xmlns="http://www.w3.org/2000/svg">
<mask id="mask{{ forloop.index }}" x="0" y="0" width="68" height="68" maskUnits="userSpaceOnUse">
<rect x="0" y="0" width="68" height="68" fill="white"/>
<polygon points="27,20 27,48 49,34" fill="black"/>
<polygon points="27,20 27,48 49,34" fill="black"/> <!-- Adjusted points for larger triangle -->
</mask>
<circle cx="34" cy="34" r="32" fill="rgba(255, 255, 255, 0.7)" mask="url(#mask{{ forloop.index }})"/>
<circle cx="34" cy="34" r="32" fill="rgba(255, 255, 255, 0.7)" mask="url(#mask{{ forloop.index }})"/> <!-- Adjusted radius for larger play button -->
</svg>
</div>
</a>
Expand Down

0 comments on commit b75a5b9

Please sign in to comment.