I am looking to create a transparent background color for Fancybox.
The typical method involves using ".fancybox-skin" in CSS, however this will affect all fancyboxes and I require it to be unique. Therefore, the setting must be sent with wrapCSS.
Fancybox provides a "wrapCSS" parameter that can be included in the original js call, but I am unsure of how to implement it. The documentation simply mentions "string":
I have been attempting to input the CSS as follows: {wrapCSS: "background: red"}
, but unfortunately, it is not functioning as expected.