Hello, in my Bizway Template the Pictures are not scaled proportional when the page is getting smaler. With a normal pagesize the pictures are 16:9 but if the pagesize is getting smaler at some sizes the pictures are square. What can I do so that all pictures are scaled proportional? The website is: www.madmikekueng.com
Hello, Greetings from InkThemes, To make the ratio of the image proportional, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-content .page-item img { height: auto; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Thank you for your fast answer It does help on the homepage but the frame around the pictuere is not following (the screenshot shows it). It does not help one any other page (screenshots). Is there a way to fix this to? Thank you, Frank
Hi, Just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.page-content .animated img { height: auto; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hi Akbar, it works great for the pages but there is still a problem with the small frame around the three pictures on the hompage. You can see it on the two screenshots. Could it be possible, to fix this to? Thank you for your great help, Frank
Hi, Just paste the code given below in Custom CSS section. Code: .main-content div.anim { height: auto; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
It helps a lot A realy big thank you for you fast help! It is good to have a template with support ;-) Frank
Sorry for another thing :-( Does this work for the slider at the top of the homepage too? It seams, that the slider is not scaled propotional by now. Thank you, Frank
Hi, To remove the logo, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flexslider .slides img { height: auto; } @media only screen and (max-width: 991px){ div.slider-wrapper div.flexslider div.flex-viewport ul li a img { height: auto; } } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Thank you Akbar, it woks on the slider but not on the frame around the picture on smaler screens :-/ Thank you, Frank
Hi, Just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 991px){ div.slider-wrapper div.flexslider div.flex-viewport { height: auto; } } @media only screen and (max-width: 480px){ div.slider-wrapper div.flexslider div.flex-viewport { height: auto; } } Thanks & Regards! Akbar InkThemes.com