[Tickets #3504] RESOLVED: iFrame block (external web page) wrong size

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Aug 7 07:43:55 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3504
-----------------------------------------------------------------------
 Ticket             | 3504
 Updated By         | webmgr at muskingum.edu
 Summary            | iFrame block (external web page) wrong size
 Queue              | Horde Base
 Version            | HEAD
 Type               | Bug
 State              | Resolved
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


webmgr at muskingum.edu (2006-08-07 07:43) wrote:

I find it a little more helpful to have pre-determined heights in a
drop-down list since the common user doesn't understand that height is a
pixel measurement... nevermind what the heck a pixel is (in many cases).

That said: In my implementation, I changed the 'height' parameter of the
iframe block as follows:

					 'height' => array('type' => 'enum',
								 'name' => _("Height"),
								 'default' => '600',
								 'values' => array('480' => _("480"),
								 	'600' => _("600"),
								 	'768' => _("768"),
									'1024' => _("1024"))));




More information about the bugs mailing list