Image borders not showing.

login418
13 years, 6 months ago
My photos are no longer showing a border around them. I'm using a simple code:
"style="border: medium solid #212121;"
but nothing shows. Is there a fix or work around for this?
dryabov
13 years, 6 months ago
We strip style attribute of images to fix images having e.g. "padding: 25px" that looks well on desktop, but ugly on mobiles. Maybe in next versions it will be either optional, or smart to remove margin/padding only.
login418
13 years, 6 months ago
No work-around or css fix for this? I have to add the border in photoshop first?
dryabov
13 years, 6 months ago
Only by commenting out
		$text = preg_replace('#\sstyle\s*=\s*([\'"]).*?\1#i', '', $text);

in administrator/components/com_mobilejoomla/imagerescaler.class.php

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.