From 514955bc03ee23f633cd8c2b840be41e7a1bb859 Mon Sep 17 00:00:00 2001 From: FOLX Bot Date: Sun, 16 Aug 2026 11:22:59 +0200 Subject: [PATCH] Oglasi: prava In-article enota (slot 7672178246) namesto display enote v besedilu --- client/src/components/adsense.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client/src/components/adsense.tsx b/client/src/components/adsense.tsx index 332515d..9ad0cf4 100644 --- a/client/src/components/adsense.tsx +++ b/client/src/components/adsense.tsx @@ -109,15 +109,17 @@ export function TopBannerAd() { } export function InArticleAd() { - // Odzivna enota: AdSense sam izbere obliko (na mobilnem 300x250 / 336x280, - // na namizju leaderboard). Fiksnih 90 px je najslabse placana oblika. + // Prava AdSense In-article enota (fluid + data-ad-layout="in-article"). + // Prilagodi se tipografiji clanka in ima obcutno visji CPM kot display enota, + // ki je tu stala prej. return (
Anzeige
);