GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   WP and image outline (https://gfy.com/showthread.php?t=1141540)

femdomdestiny 05-26-2014 03:12 AM

WP and image outline
 
I've noticed there is no more option in image properties (when inserted in post) to edit outline (border size).

Where is that option?

thanks

Tact 05-26-2014 10:14 AM

Quote:

Originally Posted by femdomdestiny (Post 20100037)
I've noticed there is no more option in image properties (when inserted in post) to edit outline (border size).

Where is that option?

thanks

I don't see the option either. They might have did away with it and expect that type of style to be changed via your theme's style.css file. If you want to apply the same border size, color, etc., to every image you post automatically, via css, use the inspect element feature of your browser to determine the proper place to add:

border: 2px solid black;

Changing the size, type, and color to suit your needs, of course.

My current theme's css element to change just post images looks like this:

#main-content img {
max-width: 100%;
height: auto;
border: 2px solid black;
}

femdomdestiny 05-26-2014 11:39 AM

Quote:

Originally Posted by Tact (Post 20100416)
I don't see the option either. They might have did away with it and expect that type of style to be changed via your theme's style.css file. If you want to apply the same border size, color, etc., to every image you post automatically, via css, use the inspect element feature of your browser to determine the proper place to add:

border: 2px solid black;

Changing the size, type, and color to suit your needs, of course.

My current theme's css element to change just post images looks like this:

#main-content img {
max-width: 100%;
height: auto;
border: 2px solid black;
}

BUt I don't want..baners and images are outlined different. This is crazy.

Denny 05-26-2014 11:47 AM

Quote:

Originally Posted by femdomdestiny (Post 20100037)
I've noticed there is no more option in image properties (when inserted in post) to edit outline (border size).

Yep, that sucks. People complain about it on forums.


All times are GMT -7. The time now is 04:58 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123