[TYPO3-ttnews] Animated GIFS in List View
Ana Osman
ana.osman at gmail.com
Wed Feb 20 12:44:01 CET 2008
Hi,
Has anyone of you had any problems with animated gifs in LIST View? In
Single view the animated gif is displayed ok, but in the List view I get an
empty image tag like this:
<img src="" alt="" title="" border="0" height="" width="">
I tried to debug a little the getImageMarkers() function and the
$lConf['image.'] variable looks like this:
-> for List View (where the animatd gif doesn't appear)
Array
(
[file.] => Array
(
[maxW] => 120
[maxH] => 90
)
[imageLinkWrap] => 1
[altText] =>
[titleText] =>
[file] => uploads/pics/button100x100campagne.gif
)
-> for Single View (where the animated gif looks ok)
Array
(
[file.] => Array
(
[maxW] => 240
[maxH] => 180
)
[wrap] =>
[imageLinkWrap] => 1
[imageLinkWrap.] => Array
(
[enable] => 1
[bodyTag] =>
[wrap] => |
[width] => 500m
[height] => 500
[JSwindow] => 1
[JSwindow.] => Array
(
[newWindow] => 1
[expand] => 17,20
)
)
[altText] =>
[titleText] =>
[file] => uploads/pics/button100x100campagne.gif
)
I don't have the same problem with the normal gifs. The normal gifs
are displayed ok on both views.
Any ideea may be useful.
Thanks a lot,
Ana
More information about the TYPO3-project-tt-news
mailing list