Templates Camgirl.Cloud › Forums › Templates categories › Chaturbate › Chaturbate full page background
Tagged: bio chaturbate full background, chaturbate full background, chaturbate full background image, full page background image
- This topic has 6 replies, 3 voices, and was last updated 4 years, 7 months ago by Dan N.
-
AuthorPosts
-
-
June 29, 2018 at 7:01 am #57603
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>
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.
-
September 1, 2019 at 2:49 am #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>
-
September 2, 2019 at 3:29 pm #984290
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
-
-
April 1, 2020 at 12:44 pm #2066655
One question.
How do you do the moving background in the bio page?
-
April 1, 2020 at 2:32 pm #2066656
@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 imageSome 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 120pxMoving background – Animated image
– well, it uses a gif animated image -
April 7, 2020 at 3:08 pm #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
-
April 7, 2020 at 7:17 pm #2067108
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
-
-
AuthorPosts
- You must be logged in to reply to this topic.