[BUG] Category link image is stretched

You have a suggestion for a future version of phpMyFAQ? Then post it here!

Moderator: Thorsten

Post Reply
AgainstAllOdds
Posts: 1
Joined: Thu Aug 08, 2019 10:31 pm

[BUG] Category link image is stretched

Post by AgainstAllOdds »

https://i.ibb.co/NKQfZPn/phpmyfaq-stretched-cat-img.png

Cause: width:100%;
fix: width:auto;
optional: .card-deck .card a{ margin: 0 auto; }
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: [BUG] Category link image is stretched

Post by Thorsten »

Hi,

but this will break the image widths if you have more than one category selected for the main page.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply