Page 1 of 1

phpwcms 1.8.0

Posted: Fri 25. Dec 2015, 22:37
by Chaffinch
How to use "Runde Ecken in Bildern"
http://www.phpwcms-howto.de/wiki/doku.p ... rnerframed
in the phpwcms 1.8.0 :-((
On the occasion,Happy New Year 2016
Best regards for possible aid
Bobby

Re: phpwcms 1.8.0

Posted: Fri 25. Dec 2015, 22:56
by Old Boy
Wouldn't it enough to use one single CSS line, to do it in all modern browsers.

Something like this:

Code: Select all

.images.rounded-corners .imageEntry img { border-radius: 15px; }

Re: phpwcms 1.8.0

Posted: Sat 26. Dec 2015, 07:12
by Oliver Georgi
Jepp, the time of Javascript for round corners is over (maybe if you really need for an outdated IE8). CSS rules here as with nearly every other transformation that's possible today. As fallback use SVG transform.

Re: phpwcms 1.8.0

Posted: Sat 26. Dec 2015, 07:53
by Chaffinch
I was hoping to find a solution to my problem:-(( .Because I do not work for me too
Bootstrap-Carousel, or I do not know how to use
Thank you for answers.
May 31st December be the end of your sorrows and 1st January 2016 be the beginning of your joys. Happy New year.

Re: phpwcms 1.8.0

Posted: Sat 26. Dec 2015, 08:39
by Oliver Georgi
Bootstrap carousel (with data options to set indicators, positions, prev/next) or slick carousel — I have realised working and flexible solutions for several libs.

Re: phpwcms 1.8.0

Posted: Sat 26. Dec 2015, 10:41
by Chaffinch
I'll try this option. Thank you again :D