Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: scootergrisen on July 19, 2017, 11:45:58 PM

Title: HTTPS troubles in the forum
Post by: scootergrisen on July 19, 2017, 11:45:58 PM
I dont se anywhere to write about the forum so i write here.

If i visit the forum from https parts of the webpage is not loaded because it being tried to load from http (not https).

Instead of using:
<link rel="stylesheet" type="text/css" href="http://...

You can use:
<link rel="stylesheet" type="text/css" href="//...

That way it loads from http if using http and from https if using https.