on a default theme, all the others suck BJpegCSignatures fixed
Fixeddon a default theme, all the others suck BJpegC
look I really really didn't want to be that guy but pictures are still not regulated on fnac themeFixedd
Press Ctrl+F5look I really really didn't want to be that guy but pictures are still not regulated on fnac theme
View attachment 50260
It broke everything regardless of what I didmustard we told you max-width: 600px, max-height: 300px why fuckig 100% what are you doing
why do you devs always do shit on the main site, is there no private testing branch?It broke everything regardless of what I did
set video max width to 600px so people can have widescreen vids not crop down to 1:1
Try nowset video max width to 600px so people can have widescreen vids not crop down to 1:1
video is still this for some reasonTry now
It's fixed, Ctrl+F5video is still this for some reason
View attachment 50276
it says element but in css you can just video {max-width:600px; max-height: 300px;)
or use something like
video {
width: auto;
max-height: 300px;
max-width: 600px;
}