Resizing mojiva banner ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Resizing mojiva banner ad

    Is it possible to resize the image display of mojiva and buzzcity banner ad?

    #2
    well considering you have no control over which images they send you etc. most likely no...
    (unless there's settings - you checked what configuration options there are on the site?)
    cause i know on admob, you can choose image ads or text ads, but no size option as such...
    why you trying to resize your ads?
    C3 Themes: http://c3themes.wen.ru/index.html
    Find Files: http://mystarter.tk/?goto=X-search

    Comment


      #3
      i think, they will detect the device in which you view the site with the mojiva code on, and show you the proper size of the image ad.... at least that's what happen with buzzcity, admob, mobgold code though...

      Comment


        #4
        I can change the size of the banner or even eliminate them
        It is easy just by modifying the css, see this is my site My site no banners AdMob right? :D
        I'm sorry bad english, I hope you understand

        Comment


          #5
          something like this should solve your problem
          Code:
          <style>
          .advert img{ 
          width: 100px;
          heigth: 50px;
          }
          </style>
          <div class="advert">MOJIVA AD</div>

          Comment


            #6
            PHP Code:
            $mojiva_contents str_replace('src=','width="100" height="20" src=',$mojiva_contents); 
            Advertise your mobile site for FREE with AdTwirl

            Comment


              #7
              Thanx 4 the replies guys.

              Comment

              Working...
              X