Images wider than posting area get rounded at the corners - prosilver French edition
Images wider than posting area get rounded at the corners
Here's an example of the corner of an image in prosilver
(zoomed in as far as possible in Paint)
And here's how the same corner of the same image looks in the French edition
(again, zoomed in as far as possible)
How can I get rid of that rounding, and just have images display with their corners pointed like in prosilver?
(zoomed in as far as possible in Paint)
And here's how the same corner of the same image looks in the French edition
(again, zoomed in as far as possible)
How can I get rid of that rounding, and just have images display with their corners pointed like in prosilver?
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Images wider than posting area get rounded at the corner
Hello,
In base.css, line 11 :
Remove
In base.css, line 11 :
Code: Select all
.attachbox dd, .attach-image, .avatar, .badge, .button, .codebox, .codebox code, .contact-icons a:hover, .cp-mini, .dropdown, .dropdown .dropdown-contents, .dropdown-extended a.mark_read, .dropdown-extended ul, .dropdown li:hover, .forabg, .forumbg, .headerbar, .navbar, .pagination li a, .pagination li span, .panel, .panel-container .panel li.row, .post, .post_details, .postbody .content, .postbody img.postimage, .posthilit, .postlink, .postlink:hover .reported, .row .pagination li a, .row .pagination li span, .search-header, .topicreview, .wrap, a.button1, a.button2, blockquote, div.rules, dl.thumbnail img, dl.thumbnail dt a:hover, input, input.button1, input.button2, input.button3, .inputbox, li.row:hover, p.post-notice, select {
border-radius: var(--radius);
}
.postbody img.postimage,
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm
Re: Images wider than posting area get rounded at the corner
No, sorry, that didn't work. I definitely purged the cache after replacing the base file, and hard refreshed the browser, but I'm still getting the same issue with rounding at the corners in postbody, and in private messages. Though not in signatures for some reason. If I make a very wide image my signature, and then post that image, when I compare how the image looks in postbody to how it looks in my signature, in my signature the corners are very clearly pointed, but in postbody they're still clearly rounded.
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Images wider than posting area get rounded at the corner
Ah yes, good point.
Also delete
Also delete
.postbody .content,
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm
Re: Images wider than posting area get rounded at the corner
Yep, that did the trick, thanks.
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Images wider than posting area get rounded at the corner
Hi again. Just noticed the same problem with image attachments. What do I do to get rid of rounded corners on them?
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Images wider than posting area get rounded at the corner
I've tried looking at the code myself but would rather not try anything in case I mess something up.
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Images wider than posting area get rounded at the corner
I think it must be the thumbnails.
Delete
Delete
dl.thumbnail img,
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm
Re: Images wider than posting area get rounded at the corner
Yep, perfect, thanks.
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am