By Appie on Friday, 26 May 2017
Posted in General Issues
Replies 4
Likes 0
Views 574
Votes 0
Hi All,

Isn't it possible to put an transparent image in the image blocks?
I have some images with transparent back ground, but they pup op with with background.

TIA

Appie
Hm, could you upload the original sources of the images here? I would like to try this locally. It could be an issue with the media manager but I just tested this and it seems to be working for me.
·
Saturday, 27 May 2017 01:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, could you upload the original sources of the images here? I would like to try this locally. It could be an issue with the media manager but I just tested this and it seems to be working for me.


Sure here you go...
One is the original D image and the other is the one optimized, made smaller, for use on the www.
I tried them both.

Appie
·
Saturday, 27 May 2017 05:54
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like i can replicate this when i upload your image, i will log this into our issue tracker.
·
Saturday, 27 May 2017 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I already consult with our developer regarding this, it seems like that is default behaviour do not show transparent image in the block.

Perhaps you can apply following css code into your custom css file and see how it goes, so it will not show that white color background on the image.


#eb .eb-image-viewport {
background: none !important;
border: 0px !important;
}
·
Thursday, 22 June 2017 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post