Logo by Trifox - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 20, 2024, 10:03:34 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Comments stretch to 8000px when sharing mandelbulber params  (Read 5090 times)
0 Members and 1 Guest are viewing this topic.
junkdog
Guest
« on: June 21, 2011, 03:13:38 PM »

When sharing mandelbulber params, I've found that the easiest way is to post them as a comment wrapped inside a code tag/block. Unfortunately, this stretches the comment width to about 8000px on my screen (example), making reading comments cumbersome. Updating the .code style with max-width, after width fixes it (should work on all semi-modern browsers).

styles.css:
Code:
.code
{
font-family: "courier new", "times new roman", monospace;
font-size: 90%;
line-height: 1.3em;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;

/* must be declared after width and use a different unit */
/* reference: http://reference.sitepoint.com/css/max-width */
max-width: 800px;

/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

PS. The other approach, attaching the .fract file to a topic, doesn't work on submissions in the user galleries (or I'm doing something wrong), as there is no corresponding topic created. Creating a separate topic for each image feels a little redundant.
Logged
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #1 on: June 21, 2011, 04:29:13 PM »

ok, now the code block is 8000px wide, but with a little flair you can select the whole last line without selecting the whole page.
works!

taurus
Logged

when life offers you a lemon, get yourself some salt and tequila!
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #2 on: June 22, 2011, 06:02:18 PM »

I think, I have to make some more simple way to paste parameters on forums from Mandelbulber. My idea is to generate some text which will consist the parameters which are different than default. This will compress it significantly.
Logged

junkdog
Guest
« Reply #3 on: June 22, 2011, 08:21:58 PM »

A simpler way of sharing params would be a welcome addition; even better if we can copy to/parse from the clipboard (a la MB3D).

Have you thought about compressing the .fract? I tried bzipping a return to roots.fract, followed by base64 encoding; it reduced the size from 12450 to 3911 bytes.
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #4 on: June 26, 2011, 11:38:46 AM »

A simpler way of sharing params would be a welcome addition; even better if we can copy to/parse from the clipboard (a la MB3D).

Have you thought about compressing the .fract? I tried bzipping a return to roots.fract, followed by base64 encoding; it reduced the size from 12450 to 3911 bytes.

Please download Mandelbulber 1.04. There is already implemented copy/paste function with "compressed" settings format.
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Comments added Introduction to Fractals and Related Links Tglad 0 3902 Last post January 02, 2011, 05:41:18 AM
by Tglad
A huge lack of comments Discuss Fractal Forums « 1 2 ... 15 16 » kameelian 228 161343 Last post December 11, 2017, 05:10:23 PM
by weavers
Password protected parameters sharing!! feature request « 1 2 3 » Tahyon 41 6747 Last post April 13, 2015, 11:41:48 PM
by Sockratease
Mandelbulber 3D Animation params Other / General Discussion SPACEY 8 4713 Last post February 21, 2013, 11:27:26 AM
by taurus
Sharing my first Synthclipse animation. Synthclipse Patryk Kizny 3 2860 Last post October 21, 2015, 09:07:50 AM
by _revers_

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.151 seconds with 25 queries. (Pretty URLs adds 0.01s, 2q)