Thread Starter
gjefle
(@gjefle)
Hi – any feedback or updates on this issue?
I have asked this question before, and your will probably see his response with you search in this forum.
The answer from Jordy was it was not worth the effort to make changes for Internet Explorer. I have a banner for people viewing with IE, that they need a different browser to view the site properly.
The other option is to check for the browser type and serve the standard WP gallery layout for IE browsers.
Thread Starter
gjefle
(@gjefle)
Thanks dzunker22. Too bad, didn’t think it would be a major re-write. I know how to make a banner for anyone using IE, but I don’t know how to serve the regular wordpress gallery only for IE users.
Thread Starter
gjefle
(@gjefle)
I made a small css adjustment that doesn’t make it look as pretty as it could, but it does make it look better than having full size images all lined up on top of one another. I just reduce the size of the gallery images in IE with the following code (pixel width can be adjusted to one’s liking) –
@media screen\0 {.mgl-justified .mgl-item img {width: 300px;}}