Templates Camgirl.Cloud Forums Templates categories Chaturbate Chaturbate full page background

  • This topic has 6 replies, 3 voices, and was last updated 4 years ago by  Dan N.
Viewing 5 reply threads
  • Author
    Posts
    • #57603
       CGC

      In order to make it much easier for our users Camgirl Live Editor has added a set of “standalone” codes.

      Chaturbate full background image has become pretty popular in bio editing so we have decided to make this process faster and simpler.

      Visit the Standalone section, Chaturbate Member category to see the background sets.

      The editing process consists in replacing the default image (optional). The install process is copy and paste.

      
      <p id="main" style="display:block;width:100%!important;min-height:2000px;height:100%!important;z-index:-55;position:fixed;top:0;left:0;background-color:#93C;background-image:url(https://editbio.files.wordpress.com/2016/06/second_bg.png);background-repeat:repeat;background-size:cover;-webkit-background-size:cover;background-position:center;background-attachment:fixed;"></p>
      

      editing

      css markup for background image to repeating itself

      background-repeat: repeat;

      css markup for showing the background image covering only the width of the parent element

      background-size: 100% auto;

      If you have suggestions, feedback or inquiries feel free to post them.

    • #978160

      <p id="main" style="display:block;width:100%!important;min-height:2000px;height:100%!important;z-index:-55;position:fixed;top:0;left:0;background-color:#93C;background-image:url(https://editbio.files.wordpress.com/2016/06/second_bg.png);background-repeat:repeat;background-size:cover;-webkit-background-size:cover;background-position:center;background-attachment:fixed;"></p>

      • #984290
         Dan N

        Such markup will not work on support forum due to security filters but you can always try the Editor tool or Source Editor beta to see some code snippets “in action” … or even jsfiddle service if you are more comfortable

    • #2066655

      One question.

      How do you do the moving background in the bio page?

    • #2066656
       Dan N

      @Martin10 // I’m afraid I don’t get the question.

      Move up by axes X/Y (up – down / left – right) or animated?

      Moving by axis works with images that don’t repeat themselves in both axes
      – if the background image is set to repeat you can’t position an image

      Some examples of markup codes :
      background-image:url(your-image-url-here);background-size:200px auto;background-repeat:no-repeat; background-position: 300px 120px;
      – background position from left, the image is moved towards right with 300px
      – background position from top, the image is moved towards bottom with 120px

      Moving background – Animated image
      – well, it uses a gif animated image

    • #2067098

      How do you change the background for the inside of the bio not the outside like if I wanted the inside to be bubblegum pink or something instead of white

    • #2067108
       Dan N

      Did you watch our short videos page?
      If not, you can find some useful info there using the Editor tool.
      If you want to do it manually by editing the source markup, you’ll need to add the background attribute and assign it to a block a section of your choosing.
      The basic use of css with Chaturbate / HTML markup codes used by Chaturbate platform… more info here

Viewing 5 reply threads
  • You must be logged in to reply to this topic.