jbobyh
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Created mod version
Version 1.1.7 of Item Preview QoL + screenshots
Nov 2, 2025 9:46 AM
View details
Edited mod
**Demonstration**
-----------------
https://youtu.be/I4yoibWsUOU
### **Features**
- Toggleable screenshot button in the inspect panel. Captures a screenshot of the item with transparent background (Documents\\Escape from Tarkov\\Screenshots). Thanks to Tarkin for his TarkinItemExporter example.
**->**
- Fullscreen preview mode
- Closer-than-vanilla zoom
- Any angle item rotation
- Move the item freely within the window
- Lighting rotation
**Controls**
------------
- **Double-click** anywhere in the window — toggle fullscreen
- **Left mouse drag** — rotate the item
- **Right mouse drag** — rotate lights around the item
- **Mouse scroll wheel** — zoom in/out
- **Middle mouse drag** — move the item
### **Installation**
1. Unzip the downloaded file.
2. Drag and drop the BepInEx folder into your root directory.
Nov 2, 2025 9:38 AM
View details