S
S
Sergey2021-11-12 16:05:03
JavaScript
Sergey, 2021-11-12 16:05:03

How to set custom class for Fancybox?

The project uses fancybox, after the successful submission of the form I want to show the popup with it too - in the form handler, upon success, I initialize it. But you need to set another class for this popup, the documentation mentions the mainClass property, but no matter where I write it, the class is not assigned....

const fancybox = new Fancybox([{
            src: "<p>Заявка отправлена!</p>",
            type: "html",
          },
          {
            mainClass: "custom-class"
          }
        ]);

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question