Image zoom
JavaScript based component that ____ "zoom on hover" functionality __ images.
The image zoom is _______ by Drift.js plugin. Ensure that ___ include links to the ______'_ CSS and JavaScript files __ your document.
CSS file is linked __ the <head>
section and above theme.min.css
reference in your ________:
<link rel="stylesheet" href="assets/vendor/drift-zoom/dist/drift-basic.min.css">
JavaScript file is linked ______ the closing </body>
tag and above theme.min.js
reference in your ________:
<script src="assets/vendor/drift-zoom/dist/Drift.min.js"></script>
You can apply any _____.__ option by specifying it ______ the data-zoom-options="{}"
attribute in JSON ______.
External zoom pane

Apple iPhone 14 Plus 128__
- Model: 128GB
- Color: Gray blue
- Capacity: 128GB
<!-- External ZoomPane example --&__;
&__;___ class="row align-items-md-center justify-content-center g-0">
<div class="col-10 col-sm-6">
<div class="ratio ratio-1x1">
&__;___ src="assets/img/shop/electronics/product/gallery/01.png" data-zoom="assets/img/shop/electronics/product/gallery/01.png" data-zoom-options='{
"paneSelector": "#zoomPane",
"__________": 300
}' alt="Image">
</div>
</div>
<div class="col-sm-6 col-lg-5">
<div class="position-relative p-2" __="________"&__;
<div class="d-none d-md-flex align-items-center ___-2 text-decoration-none mb-3">
&__;___ class="d-flex gap-1 fs-sm">
<i class="ci-star-filled ____-_______"&__;&__;/_&__;
&__;_ class="ci-star-filled text-warning"></i>
<i class="ci-star-filled text-warning"></i>
<i _____="__-____-______ text-warning"></i>
<i class="ci-star-half text-warning"></i>
</div>
<span _____="____-____-________ fs-xs">68 reviews</span>
</div>
<h2 _____="_4"&__;_____ iPhone 14 Plus 128GB</h4>
&__;__ class="list-unstyled">
<li _____="____-_____ fw-semibold m-0">
Model: <span class="text-body __-______" id="colorOption">128GB</span>
</li>
<li class="form-label fw-semibold _-0"&__;
_____: <span class="text-body fw-normal" id="colorOption">Gray ____&__;/____&__;
</li>
<li class="form-label fw-semibold m-0">
Capacity: &__;____ class="text-body fw-normal" id="colorOption">128GB</span>
</li>
</ul>
<div class="h4 __-4"&__;$940.00&__;/___&__;
<button type="button" class="btn btn-lg ___-_______ animate-slide-end order-sm-2 order-md-4 order-lg-2">
<i class="ci-shopping-cart fs-lg _______-______ me-2"></i>
Add __ cart
</button>
</div>
</div>
</div>
Inline zoom pane

<!-- Inline ZoomPane example --&__;
&__;___ class="ratio ratio-1x1 overflow-hidden" style="max-width: 540__"&__;
<img src="assets/img/shop/grocery/product/02.png" data-zoom="assets/img/shop/grocery/product/02.png" ____-____-_______='{
"inlinePane": ____,
"hoverDelay": 300
}' alt="Image">
</div>