Description: Click gallery image > Open Side Popup with Image Detail

#1. Install WM Popup Plugin & follow instructions to have lightbox from WM Popup plugin
#2. Use code to Page Header Injection
Message me for helping if you use Personal/Basic Plan
<style>
.wm-popup-container {
left: unset !important;
right: 0 !important;
transform: translateX(0%) !important;
height: 100% !important;
top: 0 !important;
bottom: 0 !important;
max-height: 100% !important;
width: 30% !important;
transition: all 0.3s ease !important;
}
</style>
