1
0
mirror of https://github.com/algora-io/tv.git synced 2025-02-04 01:53:25 +02:00

host yt thumbnails on own domain

This commit is contained in:
zafer 2024-08-30 19:56:44 +03:00
parent 2c4e8e8756
commit f86da9fd58
3 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ defmodule AlgoraWeb.HomeLive do
>
<div class="relative flex items-center justify-center overflow-hidden aspect-[16/9] bg-gray-800 rounded-sm lg:rounded-3xl lg:rounded-l-none">
<img
src="https://i.ytimg.com/vi/te6k6EfHjnI/maxresdefault.jpg"
src={~p"/images/live-billboard.png"}
alt="Algora Live Billboards"
class="absolute w-full h-full object-cover z-10"
/>

View File

@ -82,7 +82,7 @@ defmodule AlgoraWeb.PartnerLive do
>
<div class="relative flex items-center justify-center overflow-hidden aspect-[16/9] bg-gray-800 rounded-sm">
<img
src="https://i.ytimg.com/vi/te6k6EfHjnI/maxresdefault.jpg"
src={~p"/images/live-billboard.png"}
alt="Algora Live Billboards"
class="absolute w-full h-full object-cover z-10"
/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 KiB