Slide border image

Posted in: Newspaper
Post count: 140

please help to remove this border/background colour from slide…

if the image its not big enough …there is this colour that can be seen around the image … i would like that to be transparent…

Image and video hosting by TinyPic

my site >>> http://goo.gl/Y0v1ZW

thank you

Post count: 94

I have the exact some problem and question.
See here: http://goo.gl/fSaU7L

Also would like to knwo how to completely remote the category header and subcategories.

Post count: 6600

Hi,


@yoluca

You can remove that color to make it transparent or to enlarge the image to fit the area.

Use this CSS for the removing background:

.iosSlider {
background-color: transparent !important;
}

To enlarge the image use this CSS:

.iosSlider-col-2 .entry-thumb {
width: 100% !important;
}

Also I have noticed that you have some JavaScript errors in console.

Thanks!

  • This reply was modified 12 years by Lucian.
Post count: 94

Hi, Thanks!

Instead of enlarging the image, is there also a way to make it auto fit?
Something like:

.iosSlider-col-2 .entry-thumb {
width: auto !important;
}

And for both width and height?

What code should I use for auto fitting?

Thanks

  • This reply was modified 12 years by OuweAap.
Post count: 854

hi,
there is no auto fit, the code that Lucian provided should work fine.

Thanks for you message.
Radu A.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.