And I can't find the option to delete this color ANYWHERE
It's CCCCCC.
Can anyone please tell me where I can cancel out this grey color?
Many thanks in advance!!
X3 Photo Gallery Support Forums
Sorry, just have to correct you pain, as this will not work because Imagevue SWF draws its own background element also. That is why a fix for this will be available in X2.7 beta coming on Tuesday.pain wrote:For transparent background you can hack iv-includes/templates/gallery.index.phtml and remove bgColor and set wmode to transparent.
var flashVars = {
foreground_color: '<?php echo $this->frGrColor; ?>',
background_color: '<?php echo $this->bkGrColor; ?>',
transparent: true
};mjau-mjau wrote:Added support for Flash transparency. You can use this feature to display Html behind the Imagevue gallery, although we do not recommend this because of performance issues and obvious placement issues. To apply this feature, you need to add wmode: 'transparent' and flashvar: transparent: true into your document. Normally this is achieved by editing iv-includes/templates/index.gallery.phtml unless you have a custom html document.