Title: Comments stretch to 8000px when sharing mandelbulber params Post by: junkdog 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 (http://www.fractalforums.com/index.php?action=gallery;sa=view;id=7634)), 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 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. Title: Re: Comments stretch to 8000px when sharing mandelbulber params Post by: taurus 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 Title: Re: Comments stretch to 8000px when sharing mandelbulber params Post by: Buddhi 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.
Title: Re: Comments stretch to 8000px when sharing mandelbulber params Post by: junkdog 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. Title: Re: Comments stretch to 8000px when sharing mandelbulber params Post by: Buddhi 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. |