<div class="hotspot-container">
<img src="https://placehold.co/800x500/1e293b/ffffff?text=Product+Showcase" alt="Product">
<!-- Hotspot 1 -->
<div class="hotspot" style="top: 30%; left: 40%;">
<div class="dot">
<div class="ping"></div>
</div>
<div class="tooltip">
<h4>Ergonomic Design</h4>
<p>Fits perfectly in your hand.</p>
</div>
</div>
<!-- Hotspot 2 -->
<div class="hotspot" style="top: 60%; left: 70%;">
<div class="dot">
<div class="ping"></div>
</div>
<div class="tooltip">
<h4>Wireless Charging</h4>
<p>Fast and convenient power.</p>
</div>
</div>
</div>
Back to Snippets
Interactive Image Hotspots CSS
Engage customers by adding details to your product photos. When a user hovers over a pulsating dot, a tooltip appears with more information, which is perfect for showcasing features on complex items.
306