- Issue created by @anishnirmal
I had feature in my website that fetches a HTML content to display over the popup. Please note this cannot be achieved using colorbox load's default configuration. As I had a custom callback that returns an iFrame html to load specific video content from external website. This feature was working in the earlier version of the module.
After the module upgrade this got broken as the AJAX callback triggered has the request headers set to Accept: image/png.
This module needs a configuration for the user to set between image support, html support. Currently the extended parameter is
set to photo: true in line number 34 at js/colobox.js. This needs to be modified based on user configuration value in the settings page.
Active
2.0
Code