vqmod – screen background scaling

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themevqmod – screen background scaling

This topic has been marked as resolved.

Hello,

Is it possible to use vqmod to scale the background image?

I am using the following XML, but it seems to have no effect. When I manually insert the code into the bottom of screen.css.php, it works fine.


        <file name="catalog/view/theme/shoppica2/stylesheet/screen.css.php">
                <operation>
                        <search position="bottom"></search>
                        <add><![CDATA[
                        body.s_layout_fixed {
                                -webkit-background-size: cover;
                                -moz-background-size: cover;
                                -o-background-size: cover;
                                background-size: cover;
                        }
                        ]]></add>
                </operation>
        </file>

Many thanks,
Marty

  • This reply was modified 4211 days ago by  makolink. Reason: edited to move to shoppica2
  • This reply was modified 4211 days ago by  makolink.
October 24, 2012 at 7:01 pm #14662

Hi Marty,

Why are you using vQmod? You can use the the Shoppica 2 CP > Design > Custom stylesheet panel instead :)

P.S. vQmod cannot access stylesheet files.

Best,
ThemeBurn team

October 26, 2012 at 11:35 am #14711

Thanks – that worked fine!
Marty

October 26, 2012 at 12:35 pm #14725

Glad we’ve helped, Marty :)

Best,
ThemeBurn team

October 30, 2012 at 11:56 am #14788
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.