Page 1 of 1
transition and backcolor
Posted: 14 May 2007, 14:07
by alberto
during transition between vertical and horizontal photo I have a black mask .
how can I delete it?
albertobernasconi.com/gallery
thanks
Posted: 14 May 2007, 15:53
by globetrotter
If you change your slideshowimagevueconfig.ini like this:
[VISUAL]
startimage = false
startheading = foldername
displaykeyguide = true
backimage = background.swf
backalign = M
bgcol = ffffff
textcol = 34507A
tooltipforegroundcolor = bgcol
tooltipbackgroundcolor = textcol
framewidth = 1
framecol = 000000
innerframewidth = false
innerframecol = 000000
frameshadow = false
slideshowlayer = false
slideshowlayeralpha = 30
slideshowlayeralign = OIM
slideshowlayermargin = 10
[TRANSITION]
transition = white,fade; white,fade
transitionresize = white,fade; white,fade
frametransition = true
the problem should be gone, and some other code is cleaned up.
(please use 6 characters if you set a color, e.g. ffffff)
Posted: 14 May 2007, 18:04
by alberto
done. but the problem remain the same.
what's the difference between slideshowimagevueconfig.ini and slideshowconfig.ini
thanks
[VISUAL]
startimage = false
startheading = foldername
displaykeyguide = true
backimage = background.swf
backalign = M
bgcol = ffffff
textcol = 34507A
tooltipforegroundcolor = bgcol
tooltipbackgroundcolor = textcol
framewidth = 1
framecol = 000000
innerframewidth = 1
innerframecol = 000000
frameshadow = false
slideshowlayer = false
slideshowlayeralpha = 30
slideshowlayeralign = OIM
slideshowlayermargin = 10
[TRANSITION]
transition = ,white,fade; ,white,fade,
transitionresize = ,white,fade; ,white,fade,
frametransition = true
Posted: 15 May 2007, 01:59
by globetrotter
slideshowimagevueconfig.ini is used for slideshow which is started from the thumbnail gallery.
slideshowconfig.ini is used for slideshow which is started directly.
Posted: 15 May 2007, 03:03
by alberto
THANKS, I wait for the resolution of my problem.
Posted: 15 May 2007, 05:32
by globetrotter
When I used the settings as I post earlier, it works OK.
Did you already changed your slideshowimagevueconfig.ini?
Posted: 17 May 2007, 04:37
by alberto
as you can see from my previous post , my config. is exactly like yours, but doesn't work
Posted: 18 May 2007, 10:39
by mjau-mjau
alberto wrote:as you can see from my previous post , my config. is exactly like yours, but doesn't work
In fact, he has:
while you have:
That removes the black mask hanging behind, because in your case you were using framewidth and innerframewidth at the same value and the same color. If I understand you correctly, you might otherwise wanna try:
framewidth = 2
framecol = 000000
innerframewidth = 1
innerframecol = FFFFFF
rule: framewidth needs to be larger than innerframewidth, else you might as well disable the innerframe (innerframewidth = false) because a second frame will not show anyway.
Posted: 20 May 2007, 18:21
by alberto
perfect. thanks
a.
Posted: 21 May 2007, 11:11
by alberto
how can I delete completely the frame of the photos ?
thanks
a