How to Add default Background on .Png File

Posted in: Newspaper
Post count: 39

How to Add default Background on .Png File

look like this https://snag.gy/rMKfha.jpg

I need a full detail of the code and where to add.

Thanks in advance

Post count: 20688

Hi,

Maybe it can be done with some CSS. For example in the post content you can set a background color for the image with a code like this
http://prntscr.com/molgz8
But this code will affect all the images. You could add an extra class to the image
http://prntscr.com/molhxg and use it in the code – http://prntscr.com/moli8x

Here is the code used in the example

.td-post-content .myclass {
background-color: yellow;
}

If this is not what you want, some more details would be helpful.

Thanks

Post count: 39

How if my background is picture and size is 4px, What is the code for that to repeated image 4px to fit the size of the uploaded picture.

Example this is my background https://snag.gy/sCSw2N.jpg

This is what the post look like https://snag.gy/wlzTV1.jpg

Thanks.

Post count: 35449

Hi,

If I’m right you want to set that background image to repeat, if is so please check this documentation -> https://css-tricks.com/almanac/properties/b/background-repeat/
-> https://www.sitepoint.com/css3-background-repeat-space-round/

Thank you!

Post count: 39

Hi @Simion and @Calin, Thank you for the toturial it is working.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.