Forums

PreziWP
Incorrect width and height on (1 post)

  1. Brian Zoetewey
    Member
    Posted 7 months ago #

    The <object> tag contains invalid width and height attributes.

    <object id="prezi_' . $id . '" name="prezi_' . $id . '" width="' . $id . '" height="' . $id . '">
    should be:
    <object id="prezi_' . $id . '" name="prezi_' . $id . '" width="' . $width . '" height="' . $height . '">

    http://wordpress.org/extend/plugins/preziwp/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 7 months ago by Brian Zoetewey
  • This topic is not resolved
  • WordPress version: 3.4.2

Tags

No tags yet.