Support ForumPhotos in portfolio detail page are stretched in IE8 – Support Forum https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/feed/ Wed, 08 May 2024 03:54:43 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1547 <![CDATA[Photos in portfolio detail page are stretched in IE8]]> https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1547 Thu, 30 Jan 2014 15:43:10 +0000 moorack Hi,

I have problem with photos on my portfolio pages e.g. https://www.fotografia-korporacyjna.pl/portfolio/shell-business-service-centre/ – all images look fine in all browsers I tested except for Internet Explorer up to version 8.

Any advise?

Cheers
Pawel

]]>
https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1548 <![CDATA[Reply To: Photos in portfolio detail page are stretched in IE8]]> https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1548 Thu, 30 Jan 2014 18:05:18 +0000 IshYoBoy Hi,

IE8 is an old browser released in early 2009 which does not support majority of the modern web development trends which have progressed fast dring tha last 5 Years. It’s current latest version is IE11. This is also the reason why it’s not working as it should in your page.

One of the things it does not support are media queries which are a crucial part for responsive web pages.

There are JavaScript libraries out there which emulate these queries but they are slow and this is the reason why we have decided to remove them from Minicorp. One of them is Respond.js (https://github.com/scottjehl/Respond/tree/gh-pages).

You could add it to your child theme and call it in your footer.php using:

<!--[if lt IE 8]><script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/js/respond.js"></script><![endif]-->

Just make sure the path is correct and pointing to the right file in your child theme.
This should make the page look much better in IE8.

Hope this helps you solve the issue,
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1549 <![CDATA[Reply To: Photos in portfolio detail page are stretched in IE8]]> https://support.ishyoboy.com/forums/topic/photos-in-portfolio-detail-page-are-stretched-in-ie8/#post-1549 Thu, 30 Jan 2014 18:09:53 +0000 IshYoBoy By the way,

your child theme looks awesome!! Very clean, neat and minimal.. A great work over minicorp!

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>