Forum breadcrumbs – You are here:Asgaros Support ForumSupportreduce advertising
Please or Register to create posts and topics.

reduce advertising

Hi there !

could you tell me how to decrease the size of the advertisement on the forum
thank you

The size of the advertisement is based on the image and/or code which you add. If you want to change the size, you have to adjust the image-size or the code you are using.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Ok thank you very much !

Quote from Din-up on February 24, 2020, 2:30 pm

Hi there !

could you tell me how to decrease the size of the advertisement on the forum
thank you

You can assign a class to the ad image (what I use is ‘select-image’), then the css for that would be something like this:

.select-image {
width: 100%;
height: auto;
}

That should make the image fill the width of the forum page, but scale appropriately heightwise. If the ad image is a skyscraper (higher than wide), then just swap the 100% and auto

Asgaros has reacted to this post.
Asgaros