How do i automatically resize Fonts and Images (complete Website) on window-resize?
The people will have different screen-res.
css? jquery? html % (didnt work well in chrome)
I need to make a slideshow (presentaion, slides are made with ckeditor)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here I created a jQuery script to adjust the font-size and img width. This triggers on page load and on window resize based on a percentage of the width of the browser.
Demo: http://jsfiddle.net/Crndp/4/
You can get more complex with the math on the image resizing based on your needs however this is the basic idea.