I was able to figure it out! I needed to add this to my htaccess file for it to be fixed
# BEGIN Line too long fix
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
# END Line too long fix
Hope this helps anyone else with this issue in the future!
It looks like you can only do that if it is set to “custom” but does not allow the image to be full screen.
-
This reply was modified 6 years, 3 months ago by pnwconcepts.
That code worked!!
Thank you!
That did not work unfortunately. Unless I added it wrong.