Showing posts with label Dynamically Change Width and Height in embed code PHP. Show all posts
Showing posts with label Dynamically Change Width and Height in embed code PHP. Show all posts

Wednesday, 17 September 2014

Change Height and width dynamically of any tag or object in php


Change Height and width dynamically of any tag or object in php

<?php echo preg_replace("#(width|height)=[\'\"](\d)+[\'\"]#ies","(strtolower('\\1')=='width') ?

\"\\1='277'\":\"\\1='252'\"",$string)."\r\n"; ?>