DMXzone Supersized Support Product Page
Not a problem
Issue with bootstrap... distortion images
Reported 23 Jan 2014 09:28:04
1
has this problem
23 Jan 2014 09:28:04 Michele - posted:
If you use bootstrap (v2... I don't tested it with the last v3) with Supersized extension, is necessary to insert this custom css:#supersized img{max-width: none;}
This code avoid to resize the images when there isn't proportion from browser's window and background images (example, window with minimum width and maximum height... see only a piece of image but without distortion).
I hope to see this bug fixed in the next versions.
Regards,
Michele
Replies
Replied 23 Jan 2014 10:25:21
23 Jan 2014 10:25:21 Teodor Kuduschiev replied:
It is not an isuue with the extension actually. The bootstrap 2 framework automatically makes the image responsive, and in combination with the supersized image resizing script it was causing display issues.
Bootstrap 3 framework does not make the images responsive by default, so this shouldn't be an issue there.
Bootstrap 3 framework does not make the images responsive by default, so this shouldn't be an issue there.
Replied 23 Jan 2014 10:37:06
23 Jan 2014 10:37:06 Michele - replied:
Ok, thanks.