Quote:
Originally Posted by brgriff
Just an update: I have been able to remove the author's name on GoComics with the simple "remove_tags = [dict(name='span')]".
As to removing the comic's name; i.e. "Kit and Carlye", it is "link text" and I am still working on that with the same problem in testing since GoComics is still having difficulties with it's server since the merger.
|
Have you tried a simple:
Code:
remove_tags = [dict(name='h1')]
instead of removing the span?
The span is inside the h1 tag, so you can remove both with the above. The only possible issue is if there are other h1 elements you don't want removed.
You are following this more closely than I am, so let me know when the server seems to stabilize. I'll try to grab some time to fix anything in the recipe that needs fixing if no one else does it first.
Quote:
At present, both Arcamax and GoComics ARE larger on my Kindle 3 and much easier to read. So something good has come of all this but I really do want to maximize the image size further
|
You have three issues. One is the size of the incoming image, the next is the size of the conversion and the last is the size of the image displayed on the device. All can be controlled somewhat. For the first, you can see if the comic_size parameter used in the go_comic recipe still works after the merger. For the second, you can play with your specified device (calibre will resize images to fit) and for the third, you can adjust the CSS parameters, call on the image manipulation routines or control what's on your page (as you are doing now). All have an effect.