Skip to content

Commit 55e53bd

Browse files
committed
Adjusted homepage release block to place link around entire image and removed video play button
1 parent b992731 commit 55e53bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

themes/openstack/templates/Layout/NewHomePage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ $CloudInfraContent
8181
<div class="container">
8282
<h2>Latest Release: {$LatestReleaseName}</h2>
8383
<div class="video-container">
84-
<img class="ussuri-video" src="{$LatestReleaseVideoPosterUrl}"/>
85-
<a href="{$LatestReleaseVideoLink}"><i class="fa btn-play fa-play-circle" aria-hidden="true" title="Play it"></i></a>
84+
<a href="{$LatestReleaseVideoLink}"><img class="ussuri-video" src="{$LatestReleaseVideoPosterUrl}"/></a>
8685
</div>
8786
<!-- <p>{$LatestReleaseVideoDescription}</p> -->
8887
<div class="ussuri-btn-wrapper">

0 commit comments

Comments
 (0)