اضغط على ESC للإغلاق

مجلة المدير التنفيذي 11

11
 

<script>
 window.addEventListener("load", function () {
   if (typeof Fancybox !== "undefined") {
     const pdfUrl = "https://ceo-iq.com/storage/11.pdf";
     const viewerUrl = `https://ceo-iq.com/web/viewer.html?file=${encodeURIComponent(pdfUrl)}`;

     const dimensions = {
       width: window.innerWidth,
       height: window.innerHeight
     };

     Fancybox.show([{
       src: viewerUrl,
       type: "iframe",
       options: {
         width: dimensions.width,
         height: dimensions.height,
         autoSize: false,
         fitToView: false,
         css: {
           "max-width": "100vw",
           "max-height": "100vh",
           "overflow": "hidden"
         },
         iframe: {
           attr: {
             style: "width:100%; height:100%; border:none;"
           }
         },
         dragToClose: true,
         Carousel: {
           infinite: false
         },
         on: {
           "Carousel.ready": (fancybox) => {
             window.addEventListener("resize", () => {
               fancybox.setContentSize(window.innerWidth, window.innerHeight);
             });
           }
         }
       }
     }]);
   } else {
     console.error("Fancybox library not loaded.");
   }
 });
</script>
 

https://ceo-iq.com/storage/11.pdf

Leave a comment

Your email address will not be published. Required fields are marked *

@Katen on Instagram