0
Hi Germi,
The column width of the album details page cannot be less than 412px if you have bookmarks turned on. It is hard-coded in bookmarks.php. If I want something less than 412px, I would have to modify the core music collection code, and would rather not do that.
You already have CSS code (.first_col) where width can be set.
I took the width and height ($width_fb and $height_fb in MusColBookmarks::show_bookmarks) out of the iframe return (see attached graphic) and it all works fine. The bookmarks display width are now controlled by CSS (.first_col in album.css).
Could this hard-coded section in bookmarks.php be removed in the next release?
The column width of the album details page cannot be less than 412px if you have bookmarks turned on. It is hard-coded in bookmarks.php. If I want something less than 412px, I would have to modify the core music collection code, and would rather not do that.
You already have CSS code (.first_col) where width can be set.
I took the width and height ($width_fb and $height_fb in MusColBookmarks::show_bookmarks) out of the iframe return (see attached graphic) and it all works fine. The bookmarks display width are now controlled by CSS (.first_col in album.css).
Could this hard-coded section in bookmarks.php be removed in the next release?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »