Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

SB-ResponseFrame

Opis

This is simple shortcode to embed responsive iframe to your post. Iframe will hold the specified ratio when page is rescaled.

[rframe ratio=”16×9” src=”http://flixel.com/player/snqi608mlq1h98w5p9jy” width=”60%” /]

How it Works

DIV block with specified width is creted. Inside is transparent PNG file with specifed ratio scaled to 100% width and height set to auto. This image will scale the main DIV to size with correct ratio.
Embeded IFRAME is then set to fill the wrapper DIV, so it is scaled with the image.
Image is created on the fly via PHP and inserted as inline image directly to src attribute of img tag.

Credit

Thanks to Masau ( http://jsfiddle.net/Masau/7WRHM/ ) for the “trick”.

Instalacija

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Feed is now updated, you should check it

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“SB-ResponseFrame” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “SB-ResponseFrame” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0

first release version