Tagged Questions
1
vote
1answer
71 views
PHP process IMG with specific width & order…
I want the IMG tags inside $_POST['textarea'], to change from this:
Example:
$_POST['textarea'] = <b>Some example Text</b><br> <img src="image_1.jpg" alt="bla bla" width="250" ...
0
votes
1answer
54 views
How do I make add_image_size thumbnails percentages in php?
In my theme-functions.php file, I have
add_image_size('ad-medium', $width = 250, $height = 250, true );
This determines the size that Wordpress creates 'ad-medium' thumbnails. Any changes to this ...
0
votes
1answer
30 views
jQuery - .width() returning 0 on imgs with max-height
So I have a horizontally scrolling div and I need to find out how wide that div needs to be based on the dynamically generated list of images inside of it.
I want to use jQuery to find the width of ...
0
votes
2answers
240 views
PHP if-statement screen width
I want to check if the screen width is higher than 1024 pixels, to set sidebar + 50px
I tried this piece of code (but the sidebar doesnt load on 1024+):
<?php $arjunaOptions = ...
-2
votes
4answers
402 views
PHP - Get information about image (Height and Width) without loading it
Is it possible to get image information without loading the actual image with PHP? In my case I want the Height and Width.
I have this code to fetch images from a directory. I echo out the image's ...
0
votes
1answer
348 views
how to change height and width manually of pdf by using html2pdf in php
i am using html2pdf to convert html to pdf... actually i have a large size of html container like 12x12in (inches).
and i have used A4 size for the first time then my html content not showing ...
0
votes
1answer
108 views
Get width of the previous list item and calculate current margin
I'm using PHP to dropdown a main menu. My menu looks like this:
<ul class="dropdown_top">
<li style="width:20px;"> /*main categories, width is an exapmle i don't realy know the exact ...
0
votes
3answers
163 views
Php countdown, make the div change width for every day
Hey i have made a countdown, but what i want is a div that change width after the day.
Let's say there is 150 days back to someday, then i want the div to be 150px in width. Is this possibel? I have ...
0
votes
1answer
74 views
how to extract height and width from a svg file
example:
<svg width="23" height="22" xmlns="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<g>
<title>Layer 1</title>
...
0
votes
2answers
712 views
viewport width in php
I have a php file which I need to modify, but I don't know much of php. Generally speaking what I need to achieve is the effect of this line:
<meta name="viewport" content="width=480" />
...
0
votes
1answer
513 views
Get height and width of a PDF file using PHP
I have a thumbnail creation script of a PDF file using Imagick PHP.
It would create the thumbnail of the first page of the PDF file.
I am able to produce the thumbnail without any problem with ...
0
votes
1answer
185 views
Auto new-line by dimensions
Today I want to make a function that parses the text into lines, guided by imageTTFBbox(). I created this piece of code but it's limited to 2 lines. I want to make the same, but in infinite lines. ...
0
votes
1answer
296 views
facebook like button: change width and height
I have a plugin where is displayed some news with a like facebook button.
I would change the width of this like in this site:
(see the right sidebar)
...
0
votes
2answers
87 views
php random image where width equals
I currently have this snippet which spits out a random image
$imgDir = 'images/';
$images = glob($imagesDir . '*.{jpg}', GLOB_BRACE);
$randimg = $images[array_rand($images)];
but I want the image ...
0
votes
0answers
105 views
customize the width of selectbox in datatables
I am using datatables in my php script for sorting and searching. In my filter script, one select box is there. How to give the width for that select box? My code is like:
...
13
votes
1answer
13k views
How to PHPExcel set auto-columns width
I'm working with PHPExcel to export data for download. When open downloaded files, with cells have big number, it show "#######" instead of value number. I'm tried setAutoSize() for every columns then ...
0
votes
2answers
356 views
PHP generated content divs auto expand to fit wrapper div width
I am using PHP to generate divs containing text which I fit in a wrapper div with a fixed width
Generated HTML
<div id="wrapper">
<!-- PHP generated divs -->
<div ...
0
votes
1answer
137 views
Wordpress / PHP - Set div width to fit all images
If I call posts like this, with each post containing a number of images, is there any PHP I can use to find the total width of all images in each post, then set div id="page" to the width of the ...
1
vote
2answers
136 views
Find out what the width of an image is using jQuery
I have these images that I am getting off my server and a database using PHP
<div class="pics">
<img src="upload/<?php echo $array['image'] ?>" height="200"/>
</div>
There ...
0
votes
3answers
3k views
getting screen width into javascript variable and sending it through ajax to a php page to avoid page load
This is the JS to detect the screen resolution on my page naming index.html and sending it to php, so that the values can be retrived using $_GET:-
<script type="text/javascript">
width = ...
1
vote
1answer
343 views
how to set table width using php value
I have function to app up some values and I want to make a single bar graph with a table.The value shows up properly but table value does not work What am I doing wrong?
<table width="<?php ...
0
votes
3answers
2k views
PHP Get height and width in Pdf file proprieties
I have a PDF file.
I would to get it height and width in mm.
So I do an exec(pdfinfo ... );
I have this result :
Creator: Adobe InDesign CS5 (7.0.3) Producer: Acrobat Distiller 9.4.2 (Macintosh) ...
0
votes
1answer
621 views
FPDF Landscape image issue [PHP]
I have a problem with FPDF in landscape mode. The whole text-stuff works pretty well.
But if I insert an image that is wider than 21 cm (8,27 inch), it jumps one line down. I tried to use
$pdf -> ...
0
votes
1answer
277 views
getting the image width from the href tag instead from img tag
i am working on a project in which i require the width of a image from href when i click on the specific image the width if the image displays in a alert .
the following is the href and image code i ...
0
votes
3answers
517 views
jqGrid data no longer appearing
There are many threads regarding this very topic on this form; however, I still cannot get this to work correctly. I would like to set the width of the table to 900px. Furthermore, because I am ...
1
vote
1answer
116 views
PHP exec() results in stripped lines/columns
I execute shell-scripts via PHP's exec() function. The result is then displayed. Executing dmesg works like a charm, however executing ps axu outputs lines that are cut at 80 characters, like the ...
1
vote
2answers
199 views
Replace height=“***” stars
I want to replace 'width' and 'height' on my site.
For example:
width="600" height="365"
I want to change the width and height, to
width="712" height="475"
I can do this with.
$replace ...
1
vote
3answers
910 views
Calculate column width
I'm currently working on a tiny cms to improve my php knowledge and now I'm at a point where I don't know how to continue.
I'd to be able to set a container to a percentage of the total avaiable ...
1
vote
1answer
399 views
Output external image with cURL, but how do you change the width of the image?
header('Content-type: image/jpeg');
$url = $_GET['url'];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
curl_setopt($ch, ...
3
votes
4answers
373 views
PHP: test line length for wrapping
How can I test if a chunk exceeds the image size and wrap that text to the next line. Not sure if I am even doing this correctly with my if statement.
$text="Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem ...
0
votes
2answers
3k views
PHP & FPDF: Calculating justified text width
so I'm using FPDF in PHP to programmatically generate a PDF file from images and text (not HTML).
One of the biggest issues I've been having is being able to wordwrap text around an image. My current ...
7
votes
1answer
3k views
Get width of a single character from ttf-font in php?
I'm creating an dynamic image, which creates headers on my page using PHPs GD-library. The problem is, that I need a line-wrapping system. It's not a problem itself, but first I need to get the width ...
0
votes
1answer
2k views
PHP send plain text mail and force fixed-width charset
I want to force the reader's email client to display my php-generated plain text emails with a fixed width charset.
Thunderbird displays the email with a fixed width charset. However, Gmail and ...
1
vote
1answer
1k views
Get width and height of quicktime clip (.mov) with php?
I need to get the width and height of a .mov-file with php.
How do I do that?
3
votes
2answers
2k views
Dynamic GD image width text
I'm trying to spice up my website by using custom fonts for headings. For me, the most appropriate way to do this is using PHP and GD. I have written a little script which will output the dynamic text ...
0
votes
7answers
1k views
Get MySQL columns width?
I was wondering if I can somehow convert a column header text form MySQL into actial width size pixels. I am trying to generate a PDF from the database and I want it to automatically adjust column ...




