The aspect ratio of an image describes the proportional relationship between its width and its height.

learn more… | top users | synonyms

0
votes
2answers
19 views

Keeping image ratio for its height using jQuery

Hey all i am trying to automatically get the height for an image. I can not seem to find any jQuery to do this? What i am looking to do is something like it does in photoshop: If the image was: ...
0
votes
1answer
27 views

html5 canvas behavior when canvas size is modified

When I modify HTML5 Canvas size, and draw next text, the aspect ratio of the text is skewed. I do not expect this behavior. What am I doing wrong? <!DOCTYPE HTML> <html> <script ...
0
votes
0answers
10 views

Vitamio Video Center issue

Hi guys I have a video that is not playing in the center of the screen but it is stuck to the left side, How can make the video display in the center nice and neat?, For example I want the horse.mp4 ...
0
votes
1answer
26 views

Change src value depending on window aspect ratio

I'm new to Javascript. I've been trying to figure this out but now I'm stuck... I have a background slider that doesn't keep its original aspect depending on the window size. To avoid too much ...
1
vote
2answers
58 views

Resizing Tkinter Frames with fixed aspect-ratio

I'm looking for a way to make Tkinter Frames behave somewhat like this while resizing: from Tkinter import * w = Tk() w.aspect(1,1,1,1) w.mainloop() So I'd like this code here: import Tkinter as ...
0
votes
0answers
16 views

Adding projection matrix in shaders of (GLCameraRipple example) video capture display on ios device for aspect ratio handling [duplicate]

I looking for adding projection matrix and model view matrix in vertex shader of (GLCameraRipple example) video capture display on ios device for aspect ratio handling. Could you please tell me where ...
1
vote
1answer
42 views

Keeping aspect ratio when resizing in OpenGL

I implemented the following code: void TestGlPlot::resizeGL(int width, int height) { setupViewport(width, height); } void TestGlPlot::setupViewport(int width, int height) { /* Prevent divide ...
1
vote
1answer
26 views

Matlab, interpolate non-square matrix keeping aspect-ratio

I have a matrix with dimension 27x4, now I want to interpolate the matrix and plot it with the same aspect ratio. I've been using interp2 but since it fills in values in between existing ones after ...
0
votes
1answer
55 views

Any defacto standard ratio for full page website design

I'm working on an image heavy single page site and I'm trying to figure out a safe height/width ratio so I could get a rough idea of how tall the slideshow images could get if the width were set to ...
0
votes
0answers
57 views

Aspect ratio handling on ios device using opengl es 2.0

I am doing video capture-display(GLCameraRipple) on ios devices using opengl es 2.0 framework.Code is working fine and able render yuv biplanar correctly where its covering complete screen size. ...
0
votes
0answers
20 views

Aspect Ratio handling using openGL ES 2.0 on ios device [duplicate]

I used GLKViewController(GLCameraRipple) for capture - display video on IOS device. I am able to do that correctly. But since IPod having 320x480 resolution screen size, how to set Aspect Ratio while ...
0
votes
0answers
39 views

WPF item panel that keeps aspect ratio

I have an ItemsControl which may contain an arbitrary number of items (unknown at design time). Each of these items is basically represented as an infinitely-scalable image with a fixed aspect ratio ...
1
vote
1answer
77 views

Responsive HTML5 Video + Canvas

I use the following function to scale and translate and when browser windows is resized. However, I want to save the aspect ratio (now some parts of video are cut off) when size of window is ...
0
votes
1answer
176 views

stretch to fill videoview, aspect ratio of vidoeview

I try to stretch video in aim to fill videoview. The target is to create view that in device look like the first pic (like it look in layout preview). Most of the answers to this questions refer to ...
0
votes
0answers
38 views

Maximize size while maintaining aspect ratio

I've tried this a bunch of ways with some failure. I am attempting to put 2 equally sized images on top of one another, ideally in individual div elements. I don't care if they are the backgrounds of ...
1
vote
2answers
77 views

ImageAreaSelect: preselect biggest thumbnail posible respecting aspectRatio

This is how I first tried: $('#thumbnail').imgAreaSelect({ x1: 5, y1: 5, x2: $('#thumbnail').width(), y2: $('#thumbnail').width()*0.66, aspectRatio: '1:0.66' }); But some of ...
0
votes
1answer
92 views

How to make a resizable WPF window that keeps its aspect ratio? [duplicate]

Right, what I have is a window I'd like to resize, however I'd also like it to keep its aspect ratio. I've read some questions (such as this and this), however, the solutions either don't work or are ...
0
votes
2answers
280 views

How to keep aspect ratio of image when resizing during upload using asp:FileUpload (ASP.NET - C#)

this is my aspx code: <asp:FileUpload ID="FileUpload2" runat="server" Width="500px" /> <asp:Button ID="btnUploadImg" runat="server" onclick="btnNahrajObrazek_Click" Text="Nahrát ...
-1
votes
2answers
40 views

Resize Image and Maintain Aspect Ratio

Given a height and width. how can i resize the image to contain into my maximum holder for that image but maintaining aspect ratio?
0
votes
1answer
83 views

Setting plot limits in R with aspect ratio of 1

I am trying to plot a map of the Arctic in Polar stereographic projection. To do this I have imported an already projected shapefile into R using the rGDAL package: ds <- readOGR(dsn = path, layer ...
0
votes
2answers
142 views

set div width as a percentage of height

I am trying to set the width of the .full_height_div element using pure css, based on its height. It has to be width-relative-to-height, and not height-relative-to-width. The reason for this is that ...
1
vote
1answer
88 views

Implement a VGA 80x25 text console aspect ratio

I want to implement a text console with the look and feel of an old vga+crt monitor graphics configuration. To do so, I need information on the rendered aspect ratio of a typical setup. 80 x 25 ...
0
votes
0answers
115 views

vertical aspect ratio video poster and video.js

I'm using drupal and video.js. Videos taken with a vertical format (e.g. iphone in portrait position) play just fine (the video scales to fit in the player maintaining aspect ratio) but the poster ...
0
votes
1answer
64 views

How can I play video in full screen without changing the video aspect ratio in Air

I am creating an applciation in Air using SDK 4.1 which plays videos. For doing this I created a UIComponent and added Video object in UIComponent. Video file is .flv format. Now when I make video ...
0
votes
0answers
100 views

Android SurfaceView equivalent to iOS AVLayerVideoGravityResizeAspectFill

My goal is to have 3 SurfaceView playing video. 1 in the back playing in full screen and the other 2 in each side. But the ones in the sides need to maintain aspect ratio. In iOS using ...
0
votes
0answers
108 views

Get correct width and height from anamorphic video on Android

I'm trying to get the real video width and height of an anamorphic video on Android (streaming mp4 video). The video's true resolution is 1024x576, but it has been anamorphically encoded to a ...
0
votes
0answers
91 views

Thumb image from video using streamio-ffmpeg gem without loosing aspect ratio and given size while uploading using carrierwave

I am working on a project which require user to upload video, While they upload the video I will be converting the video to flv and mp4 format, and I need to take 2 screenshots for thumb image. I am ...
0
votes
2answers
69 views

CSS: set image height; aspect ratio; Gall-Peters projection

I have a Gall-Peters projection on my website. I want to give the image 100% of available width while keeping the height correct so that countries do not get elongated. What is the right CSS to keep ...
0
votes
0answers
70 views

How to determine image/movie compression ratio after rotation which causes stretching

So I am currently working with videos on an Android tablet and have effectively got it to render the video on a specified angle such as 47' etc. How ever the issue is when the movie has rotated, it is ...
0
votes
1answer
108 views

How to re-size an image and preview it before uploading

I have an input->type->file button which allow users to upload images. I am trying to preview the image before they can submit(upload) it. Can anyone help me solve, how can I re-size the image (before ...
1
vote
2answers
142 views

Is There Aspect Ratio Cropping in CQ5, Not Just Free Crop?

The image component allows Free Ratio cropping out of the box. I'm a bit baffled at why there is no Aspect Ratio option (keeping height and width constrained to each other), which would work much ...
0
votes
1answer
79 views

Javascript resize window to original aspect ratio

So the window I am opening, does so as below: <a href="javascript:openNamedWindow('/test/test.do', 'test',600,640);">test</a> The page opens a login page which requires a minimum width ...
1
vote
1answer
42 views

How to generate image dimensions at random in PHP?

I want to generate some random placekitten urls like so: http://placekitten.com/200/300 To use as paceholders on the site I am developing at the moment. The images must be no smaller than 100px and ...
0
votes
0answers
32 views

Set Aspect Ratio of UIElements in Metro Apps in XAML

As the the title suggest, I would like to know if there is a way in XAML to set the aspect ratio of an element to take into consideration when it is stretched into account. Is there a control I can ...
0
votes
2answers
93 views

How to re-size an image keeping there aspect ratio and upload it

I have a button which uploads a background image to a folder and saves the file name to the database, but I cant figure how to re size the image before uploading it. Actually I am facing two problems. ...
0
votes
1answer
157 views

Detect aspect ratio - HTML5 video

Is it possible to detect the aspect ratio of an HTML5 video element? I know the video will just shrink to fit in the <video> element's dimensions, but I want to detect the aspect ratio of the ...
0
votes
2answers
91 views

creating a website that can scale down and scale up no matter the screen size

i am creating a website on my mac book 13 inch the background image i am trying to use is too big for my screen is their a way to keep the aspect ratio the same when developing on my screen so it will ...
0
votes
0answers
42 views

Div width based on resizable height

Ok, here is my problem: I need to make the div width maintain the aspect ratio, but based on the height. I know how to do the opposite, but I just can't find a way to do this. <html> ...
0
votes
1answer
51 views

Maintain Aspect Ration on SVG Image Calculation Formula

I have an image element of the SVG inb the HTML5, The image size is: (stretch, preserveAspectRatio is set to "none") width=520px height=240px then, I modify it to maintain aspect ratio ...
0
votes
0answers
24 views

Absolute Aspect Ratios in Mathematica

Suppose I do Plot[1000 x,{x,0,1}]. What options do I use to force the resulting graphic image to have 10,000 pixels in the y-direction and 10 pixels in the x-direction, i.e., I want the x and y axes ...
0
votes
0answers
140 views

openGL Resizing keeps aspect ratio but also scales objects

So I am working on a simple project in openGL and C++ where i have just a white circle drawn on screen for now. I added a function to maintain the aspect ratio in the canvas i am using and it seems ...
1
vote
1answer
47 views

Setting div width as % with min-width is not working. Min-width always wins.

I am having an issue with my width: 20%; being overridden by my min-width: 30px; (see lines 22 and 23 in the css box: http://jsfiddle.net/dLmnX/) I am also using aspect ratio for the first time: I ...
1
vote
1answer
83 views

Getting center cords of the screen and aligning view according to it

I have to add an ImageView programatically to an RelativeLayout such that it's 100dp to right of the center. I did this for a specific screen size and resolution, but I want it to work on any size of ...
0
votes
1answer
696 views

Android ImageView - Fill width and Resize to Maintain Aspect Ratio

I have a row View that I am using in a ListView. This RowView consists of an ImageView on the left and a TextView on the right in a horizontal LinearLayout where the image is given 40% of the space ...
0
votes
0answers
147 views

Fit Web Video into webview using aspect ration wrong on various screen size

I implemented an embedded youtube video into a webview. when the video run a quarter of the video takes the full wevbview area in fullscreen mode. Then i have implemented the boundaries using aspect ...
7
votes
3answers
215 views

Pure CSS Solution - Square Elements?

If I have a <div> with a relative width (such as width: 50%), is there a simple way to make it have the same width as it does height without resorting to JavaScript?
4
votes
1answer
187 views

Two layouts for two aspect ratios (4:3 and 16:9) - changing automatcly

Following the Microsoft scale guidelines there is a part where it says: When designing a fixed layout, start by designing your layout for the baseline resolutions: 1024x768 and 1366x768. ...
1
vote
1answer
108 views

AIR3.5 AS3 application doesn't launch when device is in the lanscape mode with aspectRatio set to “ANY”

I set aspect ratio to ANY: stage.setAspectRatio(StageAspectRatio.ANY); If I launch my application when device is rotated to landscape, I see only black screen. But when device is rotated to ...
0
votes
1answer
778 views

Magento - Resize images, keep aspect ratio, crop what exceeds the size

I want to resize an image in magento keeping its aspect ratio and make it fill a rectangle with another aspect ratio. Example: My image is 640x480 And my rectangle is 100x50 I want the image to ...
3
votes
1answer
389 views

matplotlib (equal unit length): with 'equal' aspect ratio z-axis is not equal to x- and y-

When I set up equal aspect ratio for 3d graph the z-axis does not change to 'equal'. So, this: fig = pylab.figure() mesFig = fig.gca(projection='3d', adjustable='box') mesFig.axis('equal') ...

1 2 3 4 5