Re: Image Upload - Exact Dimensions

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 14, 2014   (RSS)

By JeffC - November 14, 2014

In response to: [url "http://www.interactivetools.com/forum/forum-posts.php?postNum=2231917#post2231917"]Image Upload - Exact Dimensions[/url], ...

Hi Jason

Just wondered if you ever developed anything for this. I have a similar issue using Bootstrap carousel. Out of the box the carousel is a great responsive solution but if the user uploads images of different sizes it resizes the container div causing other elements on the page to move around. One solution is media queries, which is what I am using at the moment, but it is not perfect. If you have come up with anything that automatically resizes a picture to a 4:3 ratio and then I combined this with max-width:100% in the css I think this would work.

Jeff