🐋 CS:Whale Responsive Banner Iframes
✨ Fully Responsive Banners
These banners automatically scale to fit any iframe size while maintaining perfect proportions!
Responsive Size Examples
Small (300x120)
Medium (500x200)
Large (700x280)
Storage Wide Banner
Recommended: 1000x400 (scales to any size)
<!-- Responsive iframe - scales to container -->
<iframe src="https://cswhale.com/embed/banner/storage-wide?utm_source=YOUR_SITE"
style="width: 100%; aspect-ratio: 1000/400; max-width: 1000px;">
</iframe>
<!-- Or fixed size -->
<iframe src="https://cswhale.com/embed/banner/storage-wide?utm_source=YOUR_SITE"
width="1000" height="400">
</iframe>
Pro Wide Banner
Recommended: 1000x400 (scales to any size)
<!-- Responsive iframe - scales to container -->
<iframe src="https://cswhale.com/embed/banner/pro-wide?utm_source=YOUR_SITE"
style="width: 100%; aspect-ratio: 1000/400; max-width: 1000px;">
</iframe>
<!-- Or fixed size -->
<iframe src="https://cswhale.com/embed/banner/pro-wide?utm_source=YOUR_SITE"
width="1000" height="400">
</iframe>
Tall Banners
Recommended: 300x700 (scales to any size)
<!-- Responsive tall banners -->
<iframe src="https://cswhale.com/embed/banner/storage-tall?utm_source=YOUR_SITE"
style="width: 100%; aspect-ratio: 300/700; max-width: 300px;">
</iframe>
<iframe src="https://cswhale.com/embed/banner/pro-tall?utm_source=YOUR_SITE"
style="width: 100%; aspect-ratio: 300/700; max-width: 300px;">
</iframe>
<!-- Or fixed size -->
<iframe src="https://cswhale.com/embed/banner/storage-tall?utm_source=YOUR_SITE"
width="300" height="700">
</iframe>