Skip to content

Commit cd0eeb8

Browse files
committed
fix(ads): adjust demo native ad height
- Decrease the height for the large thumbnail template from 340 to 250 - This change ensures a more appropriate and consistent ad appearance
1 parent 3b2326c commit cd0eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ads/widgets/demo_native_ad_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DemoNativeAdWidget extends StatelessWidget {
2323

2424
// Determine the height based on the headlineImageStyle, mimicking real ad widgets.
2525
final adHeight = headlineImageStyle == HeadlineImageStyle.largeThumbnail
26-
? 340 // Height for medium native ad template
26+
? 250 // Height for medium native ad template
2727
: 120; // Height for small native ad template
2828

2929
return Card(

0 commit comments

Comments
 (0)